#EF4A22

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

Shades of Cinnabar #EF4A22

Tints of Cinnabar #EF4A22

Color information

#EF4A22 (or 0xEF4A22) is unknown color: approx Cinnabar. HEX triplet: EF, 4A and 22. RGB value is (239,74,34). Sum of RGB (Red+Green+Blue) = 239+74+34=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A22 is #10B5DD. Grayscale: #777777. Windows color (decimal): -1095134 or 2247407. OLE color: 2247407.

HSL color Cylindrical-coordinate representation of color #EF4A22: hue angle of 11.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF4A22 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB2397434-
CMYK00.690.860.06
HSL11.71º86.5%53.53%-
HSV(B)11.71º85.77%93.73%-
XYZ38.3323.364-
YUV118.7880.16213.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.88%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 34 (13.67% from 255) = 9.80%
R=68.88%
G=21.33%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239743400.690.860.0611.7186.553.53
HexEF4A22045566c5636
Octal35711242010512661412666
Binary11101111100101010001001000101101011011011001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4A22; }

 p { color: rgb(239,74,34); }

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

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

 a { background-color: rgb(239,74,34); }

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

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

 span { border-color: rgb(239,74,34); }

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