Html Css Color HEX #D9402C Cinnabar

📋 copy color: '#D9402C'

red 217 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #D9402C

Tints of Cinnabar #D9402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 66.77%
G = 19.69%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9402C (or 0xD9402C) is known color: Cinnabar. HEX triplet: D9, 40 and 2C. RGB value is (217,64,44). Sum of RGB (Red+Green+Blue) = 217+64+44=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9402C is #26BFD3. Grayscale: #6B6B6B. Windows color (decimal): -2539476 or 2900185. OLE color: 2900185.

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

Color convert

RGB 217 64 44 -
CMYK 0 0.71 0.80 0.15
HSL 6.94º 0.69% 0.51% -
HSV(B) 6.94º 0.8% 0.85% -
XYZ 30.9 18.6 4.34 -
YUV 107.47 92.19 206.13 -
System Red Green Blue C M Y K H S L
Decimal 217 64 44 0 0.71 0.80 0.15 6.94 0.69 0.51
Hex D9 40 2C 0 47 50 F 7 45 33
Octal 331 100 54 0 107 120 17 7 105 63
Binary 11011001 1000000 101100 0 1000111 1010000 1111 111 1000101 110011

Color Harmonies of #D9402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9402C

Black with #D9402C

Text Example


Text Example

White with #D9402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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