#ED4F33

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

Shades of Cinnabar #ED4F33

Tints of Cinnabar #ED4F33

Color information

#ED4F33 (or 0xED4F33) is unknown color: approx Cinnabar. HEX triplet: ED, 4F and 33. RGB value is (237,79,51). Sum of RGB (Red+Green+Blue) = 237+79+51=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4F33 is #12B0CC. Grayscale: #7B7B7B. Windows color (decimal): -1224909 or 3362797. OLE color: 3362797.

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

Color convert

RGB2377951-
CMYK00.670.780.07
HSL9.03º83.78%56.47%-
HSV(B)9.03º78.48%92.94%-
XYZ38.3223.845.71-
YUV123.0587.35209.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.58%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=64.58%
G=21.53%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237795100.670.780.079.0383.7856.47
HexED4F330434E795438
Octal35511763010311671112470
Binary11101101100111111001101000011100111011110011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4F33; }

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

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

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

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

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

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

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

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