#EF4C1E

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

Shades of Cinnabar #EF4C1E

Tints of Cinnabar #EF4C1E

Color information

#EF4C1E (or 0xEF4C1E) is unknown color: approx Cinnabar. HEX triplet: EF, 4C and 1E. RGB value is (239,76,30). Sum of RGB (Red+Green+Blue) = 239+76+30=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4C1E is #10B3E1. Grayscale: #777777. Windows color (decimal): -1094626 or 1985775. OLE color: 1985775.

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

Color convert

RGB2397630-
CMYK00.680.870.06
HSL13.21º86.72%52.75%-
HSV(B)13.21º87.45%93.73%-
XYZ38.4223.613.76-
YUV119.4977.5213.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 69.28%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 30 (12.11% from 255) = 8.70%
R=69.28%
G=22.03%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239763000.680.870.0613.2186.7252.75
HexEF4C1E044576d5735
Octal35711436010412761512765
Binary1110111110011001111001000100101011111011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4C1E; }

 p { color: rgb(239,76,30); }

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

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

 a { background-color: rgb(239,76,30); }

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

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

 span { border-color: rgb(239,76,30); }

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