Html Css Color HEX #D8412D Cinnabar

📋 copy color: '#D8412D'

red 216 ◦ green 65 ◦ blue 45

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

Shades of Cinnabar #D8412D

Tints of Cinnabar #D8412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 66.26%
G = 19.94%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8412D (or 0xD8412D) is known color: Cinnabar. HEX triplet: D8, 41 and 2D. RGB value is (216,65,45). Sum of RGB (Red+Green+Blue) = 216+65+45=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8412D is #27BED2. Grayscale: #6C6C6C. Windows color (decimal): -2604755 or 2965976. OLE color: 2965976.

HSL color Cylindrical-coordinate representation of color #D8412D: hue angle of 7.02º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8412D is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 45 -
CMYK 0 0.70 0.79 0.15
HSL 7.02º 0.69% 0.51% -
HSV(B) 7.02º 0.79% 0.85% -
XYZ 30.68 18.57 4.45 -
YUV 107.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 216 65 45 0 0.70 0.79 0.15 7.02 0.69 0.51
Hex D8 41 2D 0 46 4F F 7 45 33
Octal 330 101 55 0 106 117 17 7 105 63
Binary 11011000 1000001 101101 0 1000110 1001111 1111 111 1000101 110011

Color Harmonies of #D8412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8412D

Black with #D8412D

Text Example


Text Example

White with #D8412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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