#ED3735

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

Shades of Cinnabar #ED3735

Tints of Cinnabar #ED3735

Color information

#ED3735 (or 0xED3735) is unknown color: approx Cinnabar. HEX triplet: ED, 37 and 35. RGB value is (237,55,53). Sum of RGB (Red+Green+Blue) = 237+55+53=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3735 is #12C8CA. Grayscale: #6D6D6D. Windows color (decimal): -1231051 or 3487725. OLE color: 3487725.

HSL color Cylindrical-coordinate representation of color #ED3735: hue angle of 0.65º 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 #ED3735 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB2375553-
CMYK00.770.780.07
HSL0.65º83.64%56.86%-
HSV(B)0.65º77.64%92.94%-
XYZ36.9320.995.47-
YUV109.1996.3219.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 68.70%
GREEN value IS 55 (21.88% from 255) = 15.94%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=68.70%
G=15.94%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237555300.770.780.070.6583.6456.86
HexED373504D4E715439
Octal355676501151167112471
Binary1110110111011111010101001101100111011111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3735; }

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

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

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

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

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

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

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

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