#EF3A33

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

Shades of Cinnabar #EF3A33

Tints of Cinnabar #EF3A33

Color information

#EF3A33 (or 0xEF3A33) is unknown color: approx Cinnabar. HEX triplet: EF, 3A and 33. RGB value is (239,58,51). Sum of RGB (Red+Green+Blue) = 239+58+51=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A33 is #10C5CC. Grayscale: #6F6F6F. Windows color (decimal): -1099213 or 3357423. OLE color: 3357423.

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

Color convert

RGB2395851-
CMYK00.760.790.06
HSL2.23º85.45%56.86%-
HSV(B)2.23º78.66%93.73%-
XYZ37.7121.625.32-
YUV111.3293.97219.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.68%
GREEN value IS 58 (23.05% from 255) = 16.67%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=68.68%
G=16.67%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239585100.760.790.062.2385.4556.86
HexEF3A3304C4F625539
Octal357726301141176212571
Binary11101111111010110011010011001001111110101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3A33; }

 p { color: rgb(239,58,51); }

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

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

 a { background-color: rgb(239,58,51); }

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

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

 span { border-color: rgb(239,58,51); }

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