Html Css Color HEX #D9412C Cinnabar

📋 copy color: '#D9412C'

red 217 ◦ green 65 ◦ blue 44

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

Shades of Cinnabar #D9412C

Tints of Cinnabar #D9412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 66.56%
G = 19.94%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9412C (or 0xD9412C) is known color: Cinnabar. HEX triplet: D9, 41 and 2C. RGB value is (217,65,44). Sum of RGB (Red+Green+Blue) = 217+65+44=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9412C is #26BED3. Grayscale: #6C6C6C. Windows color (decimal): -2539220 or 2900441. OLE color: 2900441.

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

Color convert

RGB 217 65 44 -
CMYK 0 0.70 0.80 0.15
HSL 7.28º 0.69% 0.51% -
HSV(B) 7.28º 0.8% 0.85% -
XYZ 30.96 18.71 4.36 -
YUV 108.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 217 65 44 0 0.70 0.80 0.15 7.28 0.69 0.51
Hex D9 41 2C 0 46 50 F 7 45 33
Octal 331 101 54 0 106 120 17 7 105 63
Binary 11011001 1000001 101100 0 1000110 1010000 1111 111 1000101 110011

Color Harmonies of #D9412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9412C

Black with #D9412C

Text Example


Text Example

White with #D9412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9412C; }

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

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

background-color css

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

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

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

border-color css

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

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

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