Html Css Color HEX #D42947 Brick Red

📋 copy color: '#D42947'

red 212 ◦ green 41 ◦ blue 71

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

Shades of Brick Red #D42947

Tints of Brick Red #D42947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

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

R = 65.43%
G = 12.65%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D42947 (or 0xD42947) is known color: Brick Red. HEX triplet: D4, 29 and 47. RGB value is (212,41,71). Sum of RGB (Red+Green+Blue) = 212+41+71=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D42947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42947 is #2BD6B8. Grayscale: #5F5F5F. Windows color (decimal): -2873017 or 4663764. OLE color: 4663764.

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

Color convert

RGB 212 41 71 -
CMYK 0 0.81 0.67 0.17
HSL 349.47º 0.68% 0.5% -
HSV(B) 349.47º 0.81% 0.83% -
XYZ 29.08 16.04 7.52 -
YUV 95.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 212 41 71 0 0.81 0.67 0.17 349.47 0.68 0.5
Hex D4 29 47 0 51 43 11 15D 44 32
Octal 324 51 107 0 121 103 21 535 104 62
Binary 11010100 101001 1000111 0 1010001 1000011 10001 101011101 1000100 110010

Color Harmonies of #D42947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42947

Black with #D42947

Text Example


Text Example

White with #D42947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42947; }

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

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

background-color css

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

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

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

border-color css

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

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

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