Html Css Color HEX #D8413D Cinnabar

📋 copy color: '#D8413D'

red 216 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #D8413D

Tints of Cinnabar #D8413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 63.16%
G = 19.01%
B = 17.84%

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

#D8413D (or 0xD8413D) is known color: Cinnabar. HEX triplet: D8, 41 and 3D. RGB value is (216,65,61). Sum of RGB (Red+Green+Blue) = 216+65+61=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8413D is #27BEC2. Grayscale: #6D6D6D. Windows color (decimal): -2604739 or 4014552. OLE color: 4014552.

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

Color convert

RGB 216 65 61 -
CMYK 0 0.70 0.72 0.15
HSL 1.55º 0.67% 0.54% -
HSV(B) 1.55º 0.72% 0.85% -
XYZ 31.05 18.72 6.39 -
YUV 109.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 216 65 61 0 0.70 0.72 0.15 1.55 0.67 0.54
Hex D8 41 3D 0 46 48 F 2 43 36
Octal 330 101 75 0 106 110 17 2 103 66
Binary 11011000 1000001 111101 0 1000110 1001000 1111 10 1000011 110110

Color Harmonies of #D8413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8413D

Black with #D8413D

Text Example


Text Example

White with #D8413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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