Html Css Color HEX #D9471F Cinnabar

📋 copy color: '#D9471F'

red 217 ◦ green 71 ◦ blue 31

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

Shades of Cinnabar #D9471F

Tints of Cinnabar #D9471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 68.03%
G = 22.26%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9471F (or 0xD9471F) is known color: Cinnabar. HEX triplet: D9, 47 and 1F. RGB value is (217,71,31). Sum of RGB (Red+Green+Blue) = 217+71+31=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D9471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9471F is #26B8E0. Grayscale: #6E6E6E. Windows color (decimal): -2537697 or 2050009. OLE color: 2050009.

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

Color convert

RGB 217 71 31 -
CMYK 0 0.67 0.86 0.15
HSL 12.9º 0.75% 0.49% -
HSV(B) 12.9º 0.86% 0.85% -
XYZ 31.12 19.36 3.39 -
YUV 110.09 83.37 204.25 -
System Red Green Blue C M Y K H S L
Decimal 217 71 31 0 0.67 0.86 0.15 12.9 0.75 0.49
Hex D9 47 1F 0 43 56 F D 4B 31
Octal 331 107 37 0 103 126 17 15 113 61
Binary 11011001 1000111 11111 0 1000011 1010110 1111 1101 1001011 110001

Color Harmonies of #D9471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9471F

Black with #D9471F

Text Example


Text Example

White with #D9471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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