Html Css Color HEX #D9403F Cinnabar

📋 copy color: '#D9403F'

red 217 ◦ green 64 ◦ blue 63

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

Shades of Cinnabar #D9403F

Tints of Cinnabar #D9403F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.31%

R = 63.08%
G = 18.6%
B = 18.31%

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

#D9403F (or 0xD9403F) is known color: Cinnabar. HEX triplet: D9, 40 and 3F. RGB value is (217,64,63). Sum of RGB (Red+Green+Blue) = 217+64+63=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9403F is #26BFC0. Grayscale: #6D6D6D. Windows color (decimal): -2539457 or 4145369. OLE color: 4145369.

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

Color convert

RGB 217 64 63 -
CMYK 0 0.71 0.71 0.15
HSL 0.39º 0.67% 0.55% -
HSV(B) 0.39º 0.71% 0.85% -
XYZ 31.35 18.78 6.67 -
YUV 109.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 217 64 63 0 0.71 0.71 0.15 0.39 0.67 0.55
Hex D9 40 3F 0 47 47 F 0 43 37
Octal 331 100 77 0 107 107 17 0 103 67
Binary 11011001 1000000 111111 0 1000111 1000111 1111 0 1000011 110111

Color Harmonies of #D9403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9403F

Black with #D9403F

Text Example


Text Example

White with #D9403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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