#D93B29

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

Shades of Cinnabar #D93B29

Tints of Cinnabar #D93B29

Color information

#D93B29 (or 0xD93B29) is unknown color: approx Cinnabar. HEX triplet: D9, 3B and 29. RGB value is (217,59,41). Sum of RGB (Red+Green+Blue) = 217+59+41=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93B29 is #26C4D6. Grayscale: #686868. Windows color (decimal): -2540759 or 2702297. OLE color: 2702297.

HSL color Cylindrical-coordinate representation of color #D93B29: hue angle of 6.14º degrees, saturation: 0.7, 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 #D93B29 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB2175941-
CMYK00.730.810.15
HSL6.14º69.84%50.59%-
HSV(B)6.14º81.11%85.1%-
XYZ30.5818.043.97-
YUV104.1992.35208.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 68.45%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 41 (16.41% from 255) = 12.93%
R=68.45%
G=18.61%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217594100.730.810.156.1469.8450.59
HexD93B2904951F64633
Octal3317351011112117610663
Binary1101100111101110100101001001101000111111101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B29; }

 p { color: rgb(217,59,41); }

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

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

 a { background-color: rgb(217,59,41); }

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

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

 span { border-color: rgb(217,59,41); }

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