Html Css Color HEX #D9413F Cinnabar

📋 copy color: '#D9413F'

red 217 ◦ green 65 ◦ blue 63

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

Shades of Cinnabar #D9413F

Tints of Cinnabar #D9413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.84%

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

R = 62.9%
G = 18.84%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9413F (or 0xD9413F) is known color: Cinnabar. HEX triplet: D9, 41 and 3F. RGB value is (217,65,63). Sum of RGB (Red+Green+Blue) = 217+65+63=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9413F is #26BEC0. Grayscale: #6E6E6E. Windows color (decimal): -2539201 or 4145625. OLE color: 4145625.

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

Color convert

RGB 217 65 63 -
CMYK 0 0.70 0.71 0.15
HSL 0.78º 0.67% 0.55% -
HSV(B) 0.78º 0.71% 0.85% -
XYZ 31.4 18.89 6.69 -
YUV 110.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 217 65 63 0 0.70 0.71 0.15 0.78 0.67 0.55
Hex D9 41 3F 0 46 47 F 1 43 37
Octal 331 101 77 0 106 107 17 1 103 67
Binary 11011001 1000001 111111 0 1000110 1000111 1111 1 1000011 110111

Color Harmonies of #D9413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9413F

Black with #D9413F

Text Example


Text Example

White with #D9413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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