Html Css Color HEX #D9472F Cinnabar

📋 copy color: '#D9472F'

red 217 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #D9472F

Tints of Cinnabar #D9472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 64.78%
G = 21.19%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9472F (or 0xD9472F) is known color: Cinnabar. HEX triplet: D9, 47 and 2F. RGB value is (217,71,47). Sum of RGB (Red+Green+Blue) = 217+71+47=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D9472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9472F is #26B8D0. Grayscale: #707070. Windows color (decimal): -2537681 or 3098585. OLE color: 3098585.

HSL color Cylindrical-coordinate representation of color #D9472F: hue angle of 8.47º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9472F is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 47 -
CMYK 0 0.67 0.78 0.15
HSL 8.47º 0.69% 0.52% -
HSV(B) 8.47º 0.78% 0.85% -
XYZ 31.38 19.46 4.79 -
YUV 111.92 91.37 202.95 -
System Red Green Blue C M Y K H S L
Decimal 217 71 47 0 0.67 0.78 0.15 8.47 0.69 0.52
Hex D9 47 2F 0 43 4E F 8 45 34
Octal 331 107 57 0 103 116 17 10 105 64
Binary 11011001 1000111 101111 0 1000011 1001110 1111 1000 1000101 110100

Color Harmonies of #D9472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9472F

Black with #D9472F

Text Example


Text Example

White with #D9472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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