Html Css Color HEX #D9492C Cinnabar

📋 copy color: '#D9492C'

red 217 ◦ green 73 ◦ blue 44

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

Shades of Cinnabar #D9492C

Tints of Cinnabar #D9492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 64.97%
G = 21.86%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9492C (or 0xD9492C) is known color: Cinnabar. HEX triplet: D9, 49 and 2C. RGB value is (217,73,44). Sum of RGB (Red+Green+Blue) = 217+73+44=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9492C is #26B6D3. Grayscale: #717171. Windows color (decimal): -2537172 or 2902489. OLE color: 2902489.

HSL color Cylindrical-coordinate representation of color #D9492C: hue angle of 10.06º degrees, saturation: 0.69, 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 #D9492C is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 44 -
CMYK 0 0.66 0.80 0.15
HSL 10.06º 0.69% 0.51% -
HSV(B) 10.06º 0.8% 0.85% -
XYZ 31.45 19.7 4.53 -
YUV 112.75 89.21 202.36 -
System Red Green Blue C M Y K H S L
Decimal 217 73 44 0 0.66 0.80 0.15 10.06 0.69 0.51
Hex D9 49 2C 0 42 50 F A 45 33
Octal 331 111 54 0 102 120 17 12 105 63
Binary 11011001 1001001 101100 0 1000010 1010000 1111 1010 1000101 110011

Color Harmonies of #D9492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9492C

Black with #D9492C

Text Example


Text Example

White with #D9492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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