Html Css Color HEX #D9491E Cinnabar

📋 copy color: '#D9491E'

red 217 ◦ green 73 ◦ blue 30

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

Shades of Cinnabar #D9491E

Tints of Cinnabar #D9491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.81%

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 67.81%
G = 22.81%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9491E (or 0xD9491E) is known color: Cinnabar. HEX triplet: D9, 49 and 1E. RGB value is (217,73,30). Sum of RGB (Red+Green+Blue) = 217+73+30=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D9491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9491E is #26B6E1. Grayscale: #6F6F6F. Windows color (decimal): -2537186 or 1984985. OLE color: 1984985.

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

Color convert

RGB 217 73 30 -
CMYK 0 0.66 0.86 0.15
HSL 13.8º 0.76% 0.48% -
HSV(B) 13.8º 0.86% 0.85% -
XYZ 31.23 19.61 3.37 -
YUV 111.15 82.21 203.5 -
System Red Green Blue C M Y K H S L
Decimal 217 73 30 0 0.66 0.86 0.15 13.8 0.76 0.48
Hex D9 49 1E 0 42 56 F E 4C 30
Octal 331 111 36 0 102 126 17 16 114 60
Binary 11011001 1001001 11110 0 1000010 1010110 1111 1110 1001100 110000

Color Harmonies of #D9491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9491E

Black with #D9491E

Text Example


Text Example

White with #D9491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9491E; }

 p { color: rgb(217,73,30); }

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

background-color css

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

 a { background-color: rgb(217,73,30); }

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

border-color css

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

 span { border-color: rgb(217,73,30); }

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