Html Css Color HEX #D8392A Cinnabar

📋 copy color: '#D8392A'

red 216 ◦ green 57 ◦ blue 42

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

Shades of Cinnabar #D8392A

Tints of Cinnabar #D8392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 42 (16.8% from 255) = 13.33%

R = 68.57%
G = 18.1%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8392A (or 0xD8392A) is known color: Cinnabar. HEX triplet: D8, 39 and 2A. RGB value is (216,57,42). Sum of RGB (Red+Green+Blue) = 216+57+42=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D8392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8392A is #27C6D5. Grayscale: #676767. Windows color (decimal): -2606806 or 2767320. OLE color: 2767320.

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

Color convert

RGB 216 57 42 -
CMYK 0 0.74 0.81 0.15
HSL 5.17º 0.69% 0.51% -
HSV(B) 5.17º 0.81% 0.85% -
XYZ 30.2 17.69 4.01 -
YUV 102.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 216 57 42 0 0.74 0.81 0.15 5.17 0.69 0.51
Hex D8 39 2A 0 4A 51 F 5 45 33
Octal 330 71 52 0 112 121 17 5 105 63
Binary 11011000 111001 101010 0 1001010 1010001 1111 101 1000101 110011

Color Harmonies of #D8392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8392A

Black with #D8392A

Text Example


Text Example

White with #D8392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8392A; }

 p { color: rgb(216,57,42); }

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

background-color css

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

 a { background-color: rgb(216,57,42); }

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

border-color css

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

 span { border-color: rgb(216,57,42); }

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