#D93F3A

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

Shades of Cinnabar #D93F3A

Tints of Cinnabar #D93F3A

Color information

#D93F3A (or 0xD93F3A) is unknown color: approx Cinnabar. HEX triplet: D9, 3F and 3A. RGB value is (217,63,58). Sum of RGB (Red+Green+Blue) = 217+63+58=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F3A is #26C0C5. Grayscale: #6C6C6C. Windows color (decimal): -2539718 or 3817433. OLE color: 3817433.

HSL color Cylindrical-coordinate representation of color #D93F3A: hue angle of 1.89º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93F3A is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB2176358-
CMYK00.710.730.15
HSL1.89º67.66%53.92%-
HSV(B)1.89º73.27%85.1%-
XYZ31.1618.615.95-
YUV108.4899.52205.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.20%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=64.20%
G=18.64%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217635800.710.730.151.8967.6653.92
HexD93F3A04749F24436
Octal3317772010711117210466
Binary110110011111111110100100011110010011111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93F3A; }

 p { color: rgb(217,63,58); }

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

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

 a { background-color: rgb(217,63,58); }

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

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

 span { border-color: rgb(217,63,58); }

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