#EF411A

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

Shades of Cinnabar #EF411A

Tints of Cinnabar #EF411A

Color information

#EF411A (or 0xEF411A) is unknown color: approx Cinnabar. HEX triplet: EF, 41 and 1A. RGB value is (239,65,26). Sum of RGB (Red+Green+Blue) = 239+65+26=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF411A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF411A is #10BEE5. Grayscale: #707070. Windows color (decimal): -1097446 or 1720815. OLE color: 1720815.

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

Color convert

RGB2396526-
CMYK00.730.890.06
HSL10.99º86.94%51.96%-
HSV(B)10.99º89.12%93.73%-
XYZ37.6722.213.28-
YUV112.5879.15218.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.42%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 26 (10.55% from 255) = 7.88%
R=72.42%
G=19.70%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239652600.730.890.0610.9986.9451.96
HexEF411A049596b5734
Octal35710132011113161312764
Binary1110111110000011101001001001101100111010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF411A; }

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

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

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

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

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

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

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

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