#D93828

Color #D93828 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #D93828

Tints of Cinnabar #D93828

Color information

#D93828 (or 0xD93828) is unknown color: approx Cinnabar. HEX triplet: D9, 38 and 28. RGB value is (217,56,40). Sum of RGB (Red+Green+Blue) = 217+56+40=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D93828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93828 is #26C7D7. Grayscale: #666666. Windows color (decimal): -2541528 or 2635993. OLE color: 2635993.

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

Color convert

RGB2175640-
CMYK00.740.820.15
HSL5.42º69.96%50.39%-
HSV(B)5.42º81.57%85.1%-
XYZ30.4117.733.83-
YUV102.3292.84209.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.33%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=69.33%
G=17.89%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217564000.740.820.155.4269.9650.39
HexD9382804A52F54632
Octal3317050011212217510662
Binary1101100111100010100001001010101001011111011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93828; }

 p { color: rgb(217,56,40); }

 H1.HeaderClassName
 {
   color: #D93828;
 }
 .AnyTagClassName
 {
   color: #D93828;
 }
</style>
background-color css

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

 a { background-color: rgb(217,56,40); }

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

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

 span { border-color: rgb(217,56,40); }

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