#EF502E

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

Shades of Cinnabar #EF502E

Tints of Cinnabar #EF502E

Color information

#EF502E (or 0xEF502E) is unknown color: approx Cinnabar. HEX triplet: EF, 50 and 2E. RGB value is (239,80,46). Sum of RGB (Red+Green+Blue) = 239+80+46=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF502E is #10AFD1. Grayscale: #7B7B7B. Windows color (decimal): -1093586 or 3035375. OLE color: 3035375.

HSL color Cylindrical-coordinate representation of color #EF502E: hue angle of 10.57º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF502E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB2398046-
CMYK00.670.810.06
HSL10.57º85.78%55.88%-
HSV(B)10.57º80.75%93.73%-
XYZ38.9624.295.22-
YUV123.6684.18210.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.48%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=65.48%
G=21.92%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239804600.670.810.0610.5785.7855.88
HexEF502E043516b5638
Octal35712056010312161312670
Binary11101111101000010111001000011101000111010111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF502E; }

 p { color: rgb(239,80,46); }

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

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

 a { background-color: rgb(239,80,46); }

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

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

 span { border-color: rgb(239,80,46); }

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