Html Css Color HEX #D9403E Cinnabar

📋 copy color: '#D9403E'

red 217 ◦ green 64 ◦ blue 62

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

Shades of Cinnabar #D9403E

Tints of Cinnabar #D9403E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 63.27%
G = 18.66%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9403E (or 0xD9403E) is known color: Cinnabar. HEX triplet: D9, 40 and 3E. RGB value is (217,64,62). Sum of RGB (Red+Green+Blue) = 217+64+62=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9403E is #26BFC1. Grayscale: #6D6D6D. Windows color (decimal): -2539458 or 4079833. OLE color: 4079833.

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

Color convert

RGB 217 64 62 -
CMYK 0 0.71 0.71 0.15
HSL 0.77º 0.67% 0.55% -
HSV(B) 0.77º 0.71% 0.85% -
XYZ 31.32 18.77 6.53 -
YUV 109.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 217 64 62 0 0.71 0.71 0.15 0.77 0.67 0.55
Hex D9 40 3E 0 47 47 F 1 43 37
Octal 331 100 76 0 107 107 17 1 103 67
Binary 11011001 1000000 111110 0 1000111 1000111 1111 1 1000011 110111

Color Harmonies of #D9403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9403E

Black with #D9403E

Text Example


Text Example

White with #D9403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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