Html Css Color HEX #D62445 Brick Red

📋 copy color: '#D62445'

red 214 ◦ green 36 ◦ blue 69

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

Shades of Brick Red #D62445

Tints of Brick Red #D62445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 67.08%
G = 11.29%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D62445 (or 0xD62445) is known color: Brick Red. HEX triplet: D6, 24 and 45. RGB value is (214,36,69). Sum of RGB (Red+Green+Blue) = 214+36+69=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D62445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62445 is #29DBBA. Grayscale: #5D5D5D. Windows color (decimal): -2743227 or 4531414. OLE color: 4531414.

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

Color convert

RGB 214 36 69 -
CMYK 0 0.83 0.68 0.16
HSL 348.88º 0.71% 0.49% -
HSV(B) 348.88º 0.83% 0.84% -
XYZ 29.44 15.99 7.16 -
YUV 92.98 114.47 214.32 -
System Red Green Blue C M Y K H S L
Decimal 214 36 69 0 0.83 0.68 0.16 348.88 0.71 0.49
Hex D6 24 45 0 53 44 10 15D 47 31
Octal 326 44 105 0 123 104 20 535 107 61
Binary 11010110 100100 1000101 0 1010011 1000100 10000 101011101 1000111 110001

Color Harmonies of #D62445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62445

Black with #D62445

Text Example


Text Example

White with #D62445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62445; }

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

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

background-color css

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

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

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

border-color css

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

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

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