#ed3333

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

Shades of Cinnabar #ED3333

Tints of Cinnabar #ED3333

Color information

#ED3333 (or 0xED3333) is unknown color: approx Cinnabar. HEX triplet: ED, 33 and 33. RGB value is (237,51,51). Sum of RGB (Red+Green+Blue) = 237+51+51=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3333 is #12CCCC. Grayscale: #6A6A6A. Windows color (decimal): -1232077 or 3355629. OLE color: 3355629.

HSL color Cylindrical-coordinate representation of color #ED3333: hue angle of 0º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3333 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB2375151-
CMYK00.780.780.07
HSL83.78%56.47%-
HSV(B)78.48%92.94%-
XYZ36.7120.615.18-
YUV106.6196.62221-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.91%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=69.91%
G=15.04%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237515100.780.780.07083.7856.47
HexED333304E4E705438
Octal355636301161167012470
Binary1110110111001111001101001110100111011101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3333; }

 p { color: rgb(237,51,51); }

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

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

 a { background-color: rgb(237,51,51); }

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

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

 span { border-color: rgb(237,51,51); }

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