#EF401A

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

Shades of Cinnabar #EF401A

Tints of Cinnabar #EF401A

Color information

#EF401A (or 0xEF401A) is unknown color: approx Cinnabar. HEX triplet: EF, 40 and 1A. RGB value is (239,64,26). Sum of RGB (Red+Green+Blue) = 239+64+26=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF401A is #10BFE5. Grayscale: #707070. Windows color (decimal): -1097702 or 1720559. OLE color: 1720559.

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

Color convert

RGB2396426-
CMYK00.730.890.06
HSL10.7º86.94%51.96%-
HSV(B)10.7º89.12%93.73%-
XYZ37.6222.093.26-
YUV111.9979.48218.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.64%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 26 (10.55% from 255) = 7.90%
R=72.64%
G=19.45%
B=7.90%

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
Decimal239642600.730.890.0610.786.9451.96
HexEF401A049596b5734
Octal35710032011113161312764
Binary1110111110000001101001001001101100111010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF401A; }

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

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

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

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

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

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

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

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