Html Css Color HEX #D8452D Cinnabar

📋 copy color: '#D8452D'

red 216 ◦ green 69 ◦ blue 45

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

Shades of Cinnabar #D8452D

Tints of Cinnabar #D8452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

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

R = 65.45%
G = 20.91%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8452D (or 0xD8452D) is known color: Cinnabar. HEX triplet: D8, 45 and 2D. RGB value is (216,69,45). Sum of RGB (Red+Green+Blue) = 216+69+45=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8452D is #27BAD2. Grayscale: #6E6E6E. Windows color (decimal): -2603731 or 2967000. OLE color: 2967000.

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

Color convert

RGB 216 69 45 -
CMYK 0 0.68 0.79 0.15
HSL 8.42º 0.69% 0.51% -
HSV(B) 8.42º 0.79% 0.85% -
XYZ 30.92 19.04 4.53 -
YUV 110.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 216 69 45 0 0.68 0.79 0.15 8.42 0.69 0.51
Hex D8 45 2D 0 44 4F F 8 45 33
Octal 330 105 55 0 104 117 17 10 105 63
Binary 11011000 1000101 101101 0 1000100 1001111 1111 1000 1000101 110011

Color Harmonies of #D8452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8452D

Black with #D8452D

Text Example


Text Example

White with #D8452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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