Html Css Color HEX #D4473F Cinnabar

📋 copy color: '#D4473F'

red 212 ◦ green 71 ◦ blue 63

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

Shades of Cinnabar #D4473F

Tints of Cinnabar #D4473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

 BLUE value IS 63 (25% from 255) = 18.21%

R = 61.27%
G = 20.52%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4473F (or 0xD4473F) is known color: Cinnabar. HEX triplet: D4, 47 and 3F. RGB value is (212,71,63). Sum of RGB (Red+Green+Blue) = 212+71+63=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4473F is #2BB8C0. Grayscale: #707070. Windows color (decimal): -2865345 or 4147156. OLE color: 4147156.

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

Color convert

RGB 212 71 63 -
CMYK 0 0.67 0.70 0.17
HSL 3.22º 0.63% 0.54% -
HSV(B) 3.22º 0.7% 0.83% -
XYZ 30.3 18.86 6.75 -
YUV 112.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 212 71 63 0 0.67 0.70 0.17 3.22 0.63 0.54
Hex D4 47 3F 0 43 46 11 3 3F 36
Octal 324 107 77 0 103 106 21 3 77 66
Binary 11010100 1000111 111111 0 1000011 1000110 10001 11 111111 110110

Color Harmonies of #D4473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4473F

Black with #D4473F

Text Example


Text Example

White with #D4473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4473F; }

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

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

background-color css

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

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

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

border-color css

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

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

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