Html Css Color HEX #D9402E Cinnabar

📋 copy color: '#D9402E'

red 217 ◦ green 64 ◦ blue 46

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

Shades of Cinnabar #D9402E

Tints of Cinnabar #D9402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 66.36%
G = 19.57%
B = 14.07%

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

#D9402E (or 0xD9402E) is known color: Cinnabar. HEX triplet: D9, 40 and 2E. RGB value is (217,64,46). Sum of RGB (Red+Green+Blue) = 217+64+46=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9402E is #26BFD1. Grayscale: #6B6B6B. Windows color (decimal): -2539474 or 3031257. OLE color: 3031257.

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

Color convert

RGB 217 64 46 -
CMYK 0 0.71 0.79 0.15
HSL 6.32º 0.69% 0.52% -
HSV(B) 6.32º 0.79% 0.85% -
XYZ 30.94 18.62 4.55 -
YUV 107.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 217 64 46 0 0.71 0.79 0.15 6.32 0.69 0.52
Hex D9 40 2E 0 47 4F F 6 45 34
Octal 331 100 56 0 107 117 17 6 105 64
Binary 11011001 1000000 101110 0 1000111 1001111 1111 110 1000101 110100

Color Harmonies of #D9402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9402E

Black with #D9402E

Text Example


Text Example

White with #D9402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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