#EF511F

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

Shades of Cinnabar #EF511F

Tints of Cinnabar #EF511F

Color information

#EF511F (or 0xEF511F) is unknown color: approx Cinnabar. HEX triplet: EF, 51 and 1F. RGB value is (239,81,31). Sum of RGB (Red+Green+Blue) = 239+81+31=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF511F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF511F is #10AEE0. Grayscale: #7A7A7A. Windows color (decimal): -1093345 or 2052591. OLE color: 2052591.

HSL color Cylindrical-coordinate representation of color #EF511F: hue angle of 14.42º 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 #EF511F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2398131-
CMYK00.660.870.06
HSL14.42º86.67%52.94%-
HSV(B)14.42º87.03%93.73%-
XYZ38.7924.333.95-
YUV122.5476.35211.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.09%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 31 (12.5% from 255) = 8.83%
R=68.09%
G=23.08%
B=8.83%

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
Decimal239813100.660.870.0614.4286.6752.94
HexEF511F042576e5735
Octal35712137010212761612765
Binary1110111110100011111101000010101011111011101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF511F; }

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

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

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

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

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

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

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

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