Html Css Color HEX #D8442B Cinnabar

📋 copy color: '#D8442B'

red 216 ◦ green 68 ◦ blue 43

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

Shades of Cinnabar #D8442B

Tints of Cinnabar #D8442B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

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

R = 66.06%
G = 20.8%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8442B (or 0xD8442B) is known color: Cinnabar. HEX triplet: D8, 44 and 2B. RGB value is (216,68,43). Sum of RGB (Red+Green+Blue) = 216+68+43=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8442B is #27BBD4. Grayscale: #6D6D6D. Windows color (decimal): -2603989 or 2835672. OLE color: 2835672.

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

Color convert

RGB 216 68 43 -
CMYK 0 0.69 0.80 0.15
HSL 8.67º 0.69% 0.51% -
HSV(B) 8.67º 0.8% 0.85% -
XYZ 30.82 18.91 4.31 -
YUV 109.4 90.53 204.03 -
System Red Green Blue C M Y K H S L
Decimal 216 68 43 0 0.69 0.80 0.15 8.67 0.69 0.51
Hex D8 44 2B 0 45 50 F 9 45 33
Octal 330 104 53 0 105 120 17 11 105 63
Binary 11011000 1000100 101011 0 1000101 1010000 1111 1001 1000101 110011

Color Harmonies of #D8442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8442B

Black with #D8442B

Text Example


Text Example

White with #D8442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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