Html Css Color HEX #D9402B Cinnabar

📋 copy color: '#D9402B'

red 217 ◦ green 64 ◦ blue 43

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

Shades of Cinnabar #D9402B

Tints of Cinnabar #D9402B

RGB

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

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

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

R = 66.98%
G = 19.75%
B = 13.27%

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

#D9402B (or 0xD9402B) is known color: Cinnabar. HEX triplet: D9, 40 and 2B. RGB value is (217,64,43). Sum of RGB (Red+Green+Blue) = 217+64+43=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D9402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9402B is #26BFD4. Grayscale: #6B6B6B. Windows color (decimal): -2539477 or 2834649. OLE color: 2834649.

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

Color convert

RGB 217 64 43 -
CMYK 0 0.71 0.80 0.15
HSL 7.24º 0.7% 0.51% -
HSV(B) 7.24º 0.8% 0.85% -
XYZ 30.88 18.59 4.25 -
YUV 107.35 91.69 206.21 -
System Red Green Blue C M Y K H S L
Decimal 217 64 43 0 0.71 0.80 0.15 7.24 0.7 0.51
Hex D9 40 2B 0 47 50 F 7 46 33
Octal 331 100 53 0 107 120 17 7 106 63
Binary 11011001 1000000 101011 0 1000111 1010000 1111 111 1000110 110011

Color Harmonies of #D9402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9402B

Black with #D9402B

Text Example


Text Example

White with #D9402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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