Html Css Color HEX #D8413C Cinnabar

📋 copy color: '#D8413C'

red 216 ◦ green 65 ◦ blue 60

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

Shades of Cinnabar #D8413C

Tints of Cinnabar #D8413C

RGB

 RED value IS 216 (84.77% from 255) = 63.34%

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

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

R = 63.34%
G = 19.06%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8413C (or 0xD8413C) is known color: Cinnabar. HEX triplet: D8, 41 and 3C. RGB value is (216,65,60). Sum of RGB (Red+Green+Blue) = 216+65+60=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8413C is #27BEC3. Grayscale: #6D6D6D. Windows color (decimal): -2604740 or 3949016. OLE color: 3949016.

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

Color convert

RGB 216 65 60 -
CMYK 0 0.70 0.72 0.15
HSL 1.92º 0.67% 0.54% -
HSV(B) 1.92º 0.72% 0.85% -
XYZ 31.02 18.71 6.25 -
YUV 109.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 216 65 60 0 0.70 0.72 0.15 1.92 0.67 0.54
Hex D8 41 3C 0 46 48 F 2 43 36
Octal 330 101 74 0 106 110 17 2 103 66
Binary 11011000 1000001 111100 0 1000110 1001000 1111 10 1000011 110110

Color Harmonies of #D8413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8413C

Black with #D8413C

Text Example


Text Example

White with #D8413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8413C; }

 p { color: rgb(216,65,60); }

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

background-color css

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

 a { background-color: rgb(216,65,60); }

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

border-color css

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

 span { border-color: rgb(216,65,60); }

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