#ED3535

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

Shades of Cinnabar #ED3535

Tints of Cinnabar #ED3535

Color information

#ED3535 (or 0xED3535) is unknown color: approx Cinnabar. HEX triplet: ED, 35 and 35. RGB value is (237,53,53). Sum of RGB (Red+Green+Blue) = 237+53+53=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3535 is #12CACA. Grayscale: #6C6C6C. Windows color (decimal): -1231563 or 3487213. OLE color: 3487213.

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

Color convert

RGB2375353-
CMYK00.780.780.07
HSL83.64%56.86%-
HSV(B)77.64%92.94%-
XYZ36.8420.815.44-
YUV108.0296.96220-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.10%
GREEN value IS 53 (21.09% from 255) = 15.45%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=69.10%
G=15.45%
B=15.45%

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
Decimal237535300.780.780.07083.6456.86
HexED353504E4E705439
Octal355656501161167012471
Binary1110110111010111010101001110100111011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3535; }

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

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

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

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

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

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

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

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