#EF411E

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

Shades of Cinnabar #EF411E

Tints of Cinnabar #EF411E

Color information

#EF411E (or 0xEF411E) is unknown color: approx Cinnabar. HEX triplet: EF, 41 and 1E. RGB value is (239,65,30). Sum of RGB (Red+Green+Blue) = 239+65+30=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF411E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF411E is #10BEE1. Grayscale: #717171. Windows color (decimal): -1097442 or 1982959. OLE color: 1982959.

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

Color convert

RGB2396530-
CMYK00.730.870.06
HSL10.05º86.72%52.75%-
HSV(B)10.05º87.45%93.73%-
XYZ37.7222.233.53-
YUV113.0481.15217.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.56%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 30 (12.11% from 255) = 8.98%
R=71.56%
G=19.46%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239653000.730.870.0610.0586.7252.75
HexEF411E049576a5735
Octal35710136011112761212765
Binary1110111110000011111001001001101011111010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF411E; }

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

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

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

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

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

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

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

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