Html Css Color HEX #D8452B Cinnabar

📋 copy color: '#D8452B'

red 216 ◦ green 69 ◦ blue 43

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

Shades of Cinnabar #D8452B

Tints of Cinnabar #D8452B

RGB

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

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

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

R = 65.85%
G = 21.04%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8452B (or 0xD8452B) is known color: Cinnabar. HEX triplet: D8, 45 and 2B. RGB value is (216,69,43). Sum of RGB (Red+Green+Blue) = 216+69+43=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8452B is #27BAD4. Grayscale: #6E6E6E. Windows color (decimal): -2603733 or 2835928. OLE color: 2835928.

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

Color convert

RGB 216 69 43 -
CMYK 0 0.68 0.80 0.15
HSL 9.02º 0.69% 0.51% -
HSV(B) 9.02º 0.8% 0.85% -
XYZ 30.88 19.03 4.33 -
YUV 109.99 90.2 203.61 -
System Red Green Blue C M Y K H S L
Decimal 216 69 43 0 0.68 0.80 0.15 9.02 0.69 0.51
Hex D8 45 2B 0 44 50 F 9 45 33
Octal 330 105 53 0 104 120 17 11 105 63
Binary 11011000 1000101 101011 0 1000100 1010000 1111 1001 1000101 110011

Color Harmonies of #D8452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8452B

Black with #D8452B

Text Example


Text Example

White with #D8452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8452B; }

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

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

background-color css

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

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

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

border-color css

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

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

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