#EF5233

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

Shades of Cinnabar #EF5233

Tints of Cinnabar #EF5233

Color information

#EF5233 (or 0xEF5233) is unknown color: approx Cinnabar. HEX triplet: EF, 52 and 33. RGB value is (239,82,51). Sum of RGB (Red+Green+Blue) = 239+82+51=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5233 is #10ADCC. Grayscale: #7D7D7D. Windows color (decimal): -1093069 or 3363567. OLE color: 3363567.

HSL color Cylindrical-coordinate representation of color #EF5233: hue angle of 9.89º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF5233 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB2398251-
CMYK00.660.790.06
HSL9.89º85.45%56.86%-
HSV(B)9.89º78.66%93.73%-
XYZ39.2124.625.82-
YUV125.4186.01209.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.25%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 51 (20.31% from 255) = 13.71%
R=64.25%
G=22.04%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239825100.660.790.069.8985.4556.86
HexEF52330424F6a5539
Octal35712263010211761212571
Binary11101111101001011001101000010100111111010101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5233; }

 p { color: rgb(239,82,51); }

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

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

 a { background-color: rgb(239,82,51); }

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

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

 span { border-color: rgb(239,82,51); }

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