Html Css Color HEX #D42447 Brick Red

📋 copy color: '#D42447'

red 212 ◦ green 36 ◦ blue 71

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

Shades of Brick Red #D42447

Tints of Brick Red #D42447

RGB

 RED value IS 212 (83.2% from 255) = 66.46%

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

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 66.46%
G = 11.29%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D42447 (or 0xD42447) is known color: Brick Red. HEX triplet: D4, 24 and 47. RGB value is (212,36,71). Sum of RGB (Red+Green+Blue) = 212+36+71=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D42447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42447 is #2BDBB8. Grayscale: #5C5C5C. Windows color (decimal): -2874297 or 4662484. OLE color: 4662484.

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

Color convert

RGB 212 36 71 -
CMYK 0 0.83 0.67 0.17
HSL 348.07º 0.71% 0.49% -
HSV(B) 348.07º 0.83% 0.83% -
XYZ 28.92 15.71 7.47 -
YUV 92.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 212 36 71 0 0.83 0.67 0.17 348.07 0.71 0.49
Hex D4 24 47 0 53 43 11 15C 47 31
Octal 324 44 107 0 123 103 21 534 107 61
Binary 11010100 100100 1000111 0 1010011 1000011 10001 101011100 1000111 110001

Color Harmonies of #D42447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42447

Black with #D42447

Text Example


Text Example

White with #D42447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42447; }

 p { color: rgb(212,36,71); }

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

background-color css

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

 a { background-color: rgb(212,36,71); }

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

border-color css

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

 span { border-color: rgb(212,36,71); }

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