#EF521F

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

Shades of Cinnabar #EF521F

Tints of Cinnabar #EF521F

Color information

#EF521F (or 0xEF521F) is unknown color: approx Cinnabar. HEX triplet: EF, 52 and 1F. RGB value is (239,82,31). Sum of RGB (Red+Green+Blue) = 239+82+31=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF521F is #10ADE0. Grayscale: #7B7B7B. Windows color (decimal): -1093089 or 2052847. OLE color: 2052847.

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

Color convert

RGB2398231-
CMYK00.660.870.06
HSL14.71º86.67%52.94%-
HSV(B)14.71º87.03%93.73%-
XYZ38.8624.483.97-
YUV123.1376.01210.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.90%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 31 (12.5% from 255) = 8.81%
R=67.90%
G=23.30%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239823100.660.870.0614.7186.6752.94
HexEF521F042576f5735
Octal35712237010212761712765
Binary1110111110100101111101000010101011111011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF521F; }

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

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

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

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

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

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

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

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