#ED4B35

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

Shades of Cinnabar #ED4B35

Tints of Cinnabar #ED4B35

Color information

#ED4B35 (or 0xED4B35) is unknown color: approx Cinnabar. HEX triplet: ED, 4B and 35. RGB value is (237,75,53). Sum of RGB (Red+Green+Blue) = 237+75+53=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4B35 is #12B4CA. Grayscale: #797979. Windows color (decimal): -1225931 or 3492845. OLE color: 3492845.

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

Color convert

RGB2377553-
CMYK00.680.780.07
HSL7.17º83.64%56.86%-
HSV(B)7.17º77.64%92.94%-
XYZ38.0823.295.86-
YUV120.9389.67210.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.93%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=64.93%
G=20.55%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237755300.680.780.077.1783.6456.86
HexED4B350444E775439
Octal3551136501041167712471
Binary1110110110010111101010100010010011101111111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4B35; }

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

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

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

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

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

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

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

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