Html Css Color HEX #D8412B Cinnabar

📋 copy color: '#D8412B'

red 216 ◦ green 65 ◦ blue 43

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

Shades of Cinnabar #D8412B

Tints of Cinnabar #D8412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.27%

R = 66.67%
G = 20.06%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8412B (or 0xD8412B) is known color: Cinnabar. HEX triplet: D8, 41 and 2B. RGB value is (216,65,43). Sum of RGB (Red+Green+Blue) = 216+65+43=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8412B is #27BED4. Grayscale: #6B6B6B. Windows color (decimal): -2604757 or 2834904. OLE color: 2834904.

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

Color convert

RGB 216 65 43 -
CMYK 0 0.70 0.80 0.15
HSL 7.63º 0.69% 0.51% -
HSV(B) 7.63º 0.8% 0.85% -
XYZ 30.65 18.55 4.25 -
YUV 107.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 216 65 43 0 0.70 0.80 0.15 7.63 0.69 0.51
Hex D8 41 2B 0 46 50 F 8 45 33
Octal 330 101 53 0 106 120 17 10 105 63
Binary 11011000 1000001 101011 0 1000110 1010000 1111 1000 1000101 110011

Color Harmonies of #D8412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8412B

Black with #D8412B

Text Example


Text Example

White with #D8412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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