Html Css Color HEX #D9472B Cinnabar

📋 copy color: '#D9472B'

red 217 ◦ green 71 ◦ blue 43

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

Shades of Cinnabar #D9472B

Tints of Cinnabar #D9472B

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 65.56%
G = 21.45%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9472B (or 0xD9472B) is known color: Cinnabar. HEX triplet: D9, 47 and 2B. RGB value is (217,71,43). Sum of RGB (Red+Green+Blue) = 217+71+43=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9472B is #26B8D4. Grayscale: #6F6F6F. Windows color (decimal): -2537685 or 2836441. OLE color: 2836441.

HSL color Cylindrical-coordinate representation of color #D9472B: hue angle of 9.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9472B is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 43 -
CMYK 0 0.67 0.80 0.15
HSL 9.66º 0.7% 0.51% -
HSV(B) 9.66º 0.8% 0.85% -
XYZ 31.3 19.43 4.39 -
YUV 111.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 217 71 43 0 0.67 0.80 0.15 9.66 0.7 0.51
Hex D9 47 2B 0 43 50 F A 46 33
Octal 331 107 53 0 103 120 17 12 106 63
Binary 11011001 1000111 101011 0 1000011 1010000 1111 1010 1000110 110011

Color Harmonies of #D9472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9472B

Black with #D9472B

Text Example


Text Example

White with #D9472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9472B; }

 p { color: rgb(217,71,43); }

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

background-color css

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

 a { background-color: rgb(217,71,43); }

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

border-color css

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

 span { border-color: rgb(217,71,43); }

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