Html Css Color HEX #D8492B Cinnabar

📋 copy color: '#D8492B'

red 216 ◦ green 73 ◦ blue 43

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

Shades of Cinnabar #D8492B

Tints of Cinnabar #D8492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

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

R = 65.06%
G = 21.99%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8492B (or 0xD8492B) is known color: Cinnabar. HEX triplet: D8, 49 and 2B. RGB value is (216,73,43). Sum of RGB (Red+Green+Blue) = 216+73+43=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8492B is #27B6D4. Grayscale: #707070. Windows color (decimal): -2602709 or 2836952. OLE color: 2836952.

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

Color convert

RGB 216 73 43 -
CMYK 0 0.66 0.80 0.15
HSL 10.4º 0.69% 0.51% -
HSV(B) 10.4º 0.8% 0.85% -
XYZ 31.14 19.54 4.42 -
YUV 112.34 88.88 201.94 -
System Red Green Blue C M Y K H S L
Decimal 216 73 43 0 0.66 0.80 0.15 10.4 0.69 0.51
Hex D8 49 2B 0 42 50 F A 45 33
Octal 330 111 53 0 102 120 17 12 105 63
Binary 11011000 1001001 101011 0 1000010 1010000 1111 1010 1000101 110011

Color Harmonies of #D8492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8492B

Black with #D8492B

Text Example


Text Example

White with #D8492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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