#EF3123

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

Shades of Cinnabar #EF3123

Tints of Cinnabar #EF3123

Color information

#EF3123 (or 0xEF3123) is unknown color: approx Cinnabar. HEX triplet: EF, 31 and 23. RGB value is (239,49,35). Sum of RGB (Red+Green+Blue) = 239+49+35=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3123 is #10CEDC. Grayscale: #686868. Windows color (decimal): -1101533 or 2306543. OLE color: 2306543.

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

Color convert

RGB2394935-
CMYK00.790.850.06
HSL4.12º86.44%53.73%-
HSV(B)4.12º85.36%93.73%-
XYZ3720.673.63-
YUV104.2188.95224.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 73.99%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 35 (14.06% from 255) = 10.84%
R=73.99%
G=15.17%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239493500.790.850.064.1286.4453.73
HexEF312304F55645636
Octal357614301171256412666
Binary111011111100011000110100111110101011101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3123; }

 p { color: rgb(239,49,35); }

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

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

 a { background-color: rgb(239,49,35); }

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

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

 span { border-color: rgb(239,49,35); }

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