#EF4D22

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

Shades of Cinnabar #EF4D22

Tints of Cinnabar #EF4D22

Color information

#EF4D22 (or 0xEF4D22) is unknown color: approx Cinnabar. HEX triplet: EF, 4D and 22. RGB value is (239,77,34). Sum of RGB (Red+Green+Blue) = 239+77+34=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4D22 is #10B2DD. Grayscale: #787878. Windows color (decimal): -1094366 or 2248175. OLE color: 2248175.

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

Color convert

RGB2397734-
CMYK00.680.860.06
HSL12.59º86.5%53.53%-
HSV(B)12.59º85.77%93.73%-
XYZ38.5423.774.07-
YUV120.5479.17212.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.29%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 34 (13.67% from 255) = 9.71%
R=68.29%
G=22%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239773400.680.860.0612.5986.553.53
HexEF4D22044566d5636
Octal35711542010412661512666
Binary11101111100110110001001000100101011011011011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4D22; }

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

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

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

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

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

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

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

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