Html Css Color HEX #D62845 Brick Red

📋 copy color: '#D62845'

red 214 ◦ green 40 ◦ blue 69

#D62845
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #D62845

Tints of Brick Red #D62845

RGB

 RED value IS 214 (83.98% from 255) = 66.25%

 GREEN value IS 40 (16.02% from 255) = 12.38%

 BLUE value IS 69 (27.34% from 255) = 21.36%

R = 66.25%
G = 12.38%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D62845 (or 0xD62845) is known color: Brick Red. HEX triplet: D6, 28 and 45. RGB value is (214,40,69). Sum of RGB (Red+Green+Blue) = 214+40+69=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D62845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62845 is #29D7BA. Grayscale: #5F5F5F. Windows color (decimal): -2742203 or 4532438. OLE color: 4532438.

HSL color Cylindrical-coordinate representation of color #D62845: hue angle of 350º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62845 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 69 -
CMYK 0 0.81 0.68 0.16
HSL 350º 0.69% 0.5% -
HSV(B) 350º 0.81% 0.84% -
XYZ 29.56 16.24 7.21 -
YUV 95.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 214 40 69 0 0.81 0.68 0.16 350 0.69 0.5
Hex D6 28 45 0 51 44 10 15E 45 32
Octal 326 50 105 0 121 104 20 536 105 62
Binary 11010110 101000 1000101 0 1010001 1000100 10000 101011110 1000101 110010

Color Harmonies of #D62845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62845

Black with #D62845

Text Example


Text Example

White with #D62845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62845; }

 p { color: rgb(214,40,69); }

 H1.HeaderClassName
 {
   color: #D62845;
 }
 .AnyTagClassName
 {
   color: #D62845;
 }
</style>

background-color css

<style>
 a { background-color: #D62845; }

 a { background-color: rgb(214,40,69); }

 div.DivClassName
 {
   background-color: #D62845;
 }
 .BgClassName
 {
   background-color: #D62845;
 }
</style>

border-color css

<style>
 span { border-color: #D62845; }

 span { border-color: rgb(214,40,69); }

 td.TdClassName
 {
   border-color: #D62845;
 }
 .TagClassName
 {
   border-color: #D62845;
 }
</style>