#ed352d

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

Shades of Cinnabar #ED352D

Tints of Cinnabar #ED352D

Color information

#ED352D (or 0xED352D) is unknown color: approx Cinnabar. HEX triplet: ED, 35 and 2D. RGB value is (237,53,45). Sum of RGB (Red+Green+Blue) = 237+53+45=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED352D is #12CAD2. Grayscale: #6B6B6B. Windows color (decimal): -1231571 or 2962925. OLE color: 2962925.

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

Color convert

RGB2375345-
CMYK00.780.810.07
HSL2.5º84.21%55.29%-
HSV(B)2.5º81.01%92.94%-
XYZ36.6720.744.55-
YUV107.192.96220.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.75%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 45 (17.97% from 255) = 13.43%
R=70.75%
G=15.82%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237534500.780.810.072.584.2155.29
HexED352D04E51735437
Octal355655501161217312467
Binary11101101110101101101010011101010001111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed352d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed352d; }

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

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

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

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

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

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

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

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