Html Css Color HEX #D9492B Cinnabar

📋 copy color: '#D9492B'

red 217 ◦ green 73 ◦ blue 43

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

Shades of Cinnabar #D9492B

Tints of Cinnabar #D9492B

RGB

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

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

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

R = 65.17%
G = 21.92%
B = 12.91%

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

#D9492B (or 0xD9492B) is known color: Cinnabar. HEX triplet: D9, 49 and 2B. RGB value is (217,73,43). Sum of RGB (Red+Green+Blue) = 217+73+43=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9492B is #26B6D4. Grayscale: #707070. Windows color (decimal): -2537173 or 2836953. OLE color: 2836953.

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

Color convert

RGB 217 73 43 -
CMYK 0 0.66 0.80 0.15
HSL 10.34º 0.7% 0.51% -
HSV(B) 10.34º 0.8% 0.85% -
XYZ 31.43 19.69 4.43 -
YUV 112.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 217 73 43 0 0.66 0.80 0.15 10.34 0.7 0.51
Hex D9 49 2B 0 42 50 F A 46 33
Octal 331 111 53 0 102 120 17 12 106 63
Binary 11011001 1001001 101011 0 1000010 1010000 1111 1010 1000110 110011

Color Harmonies of #D9492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9492B

Black with #D9492B

Text Example


Text Example

White with #D9492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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