#EF401E

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

Shades of Cinnabar #EF401E

Tints of Cinnabar #EF401E

Color information

#EF401E (or 0xEF401E) is unknown color: approx Cinnabar. HEX triplet: EF, 40 and 1E. RGB value is (239,64,30). Sum of RGB (Red+Green+Blue) = 239+64+30=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF401E is #10BFE1. Grayscale: #707070. Windows color (decimal): -1097698 or 1982703. OLE color: 1982703.

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

Color convert

RGB2396430-
CMYK00.730.870.06
HSL9.76º86.72%52.75%-
HSV(B)9.76º87.45%93.73%-
XYZ37.6622.113.51-
YUV112.4581.48218.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.77%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 30 (12.11% from 255) = 9.01%
R=71.77%
G=19.22%
B=9.01%

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
Decimal239643000.730.870.069.7686.7252.75
HexEF401E049576a5735
Octal35710036011112761212765
Binary1110111110000001111001001001101011111010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF401E; }

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

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

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

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

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

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

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

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