Html Css Color HEX #D9403C Cinnabar

📋 copy color: '#D9403C'

red 217 ◦ green 64 ◦ blue 60

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

Shades of Cinnabar #D9403C

Tints of Cinnabar #D9403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 63.64%
G = 18.77%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9403C (or 0xD9403C) is known color: Cinnabar. HEX triplet: D9, 40 and 3C. RGB value is (217,64,60). Sum of RGB (Red+Green+Blue) = 217+64+60=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D9403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9403C is #26BFC3. Grayscale: #6D6D6D. Windows color (decimal): -2539460 or 3948761. OLE color: 3948761.

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

Color convert

RGB 217 64 60 -
CMYK 0 0.71 0.72 0.15
HSL 1.53º 0.67% 0.54% -
HSV(B) 1.53º 0.72% 0.85% -
XYZ 31.26 18.74 6.25 -
YUV 109.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 217 64 60 0 0.71 0.72 0.15 1.53 0.67 0.54
Hex D9 40 3C 0 47 48 F 2 43 36
Octal 331 100 74 0 107 110 17 2 103 66
Binary 11011001 1000000 111100 0 1000111 1001000 1111 10 1000011 110110

Color Harmonies of #D9403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9403C

Black with #D9403C

Text Example


Text Example

White with #D9403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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