Html Css Color HEX #D9402D Cinnabar

📋 copy color: '#D9402D'

red 217 ◦ green 64 ◦ blue 45

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

Shades of Cinnabar #D9402D

Tints of Cinnabar #D9402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 66.56%
G = 19.63%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9402D (or 0xD9402D) is known color: Cinnabar. HEX triplet: D9, 40 and 2D. RGB value is (217,64,45). Sum of RGB (Red+Green+Blue) = 217+64+45=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9402D is #26BFD2. Grayscale: #6B6B6B. Windows color (decimal): -2539475 or 2965721. OLE color: 2965721.

HSL color Cylindrical-coordinate representation of color #D9402D: hue angle of 6.63º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9402D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 45 -
CMYK 0 0.71 0.79 0.15
HSL 6.63º 0.69% 0.51% -
HSV(B) 6.63º 0.79% 0.85% -
XYZ 30.92 18.61 4.44 -
YUV 107.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 217 64 45 0 0.71 0.79 0.15 6.63 0.69 0.51
Hex D9 40 2D 0 47 4F F 7 45 33
Octal 331 100 55 0 107 117 17 7 105 63
Binary 11011001 1000000 101101 0 1000111 1001111 1111 111 1000101 110011

Color Harmonies of #D9402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9402D

Black with #D9402D

Text Example


Text Example

White with #D9402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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