#ef3f3a

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

Shades of Cinnabar #EF3F3A

Tints of Cinnabar #EF3F3A

Color information

#EF3F3A (or 0xEF3F3A) is unknown color: approx Cinnabar. HEX triplet: EF, 3F and 3A. RGB value is (239,63,58). Sum of RGB (Red+Green+Blue) = 239+63+58=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3F3A is #10C0C5. Grayscale: #737373. Windows color (decimal): -1097926 or 3817455. OLE color: 3817455.

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

Color convert

RGB2396358-
CMYK00.740.760.06
HSL1.66º84.98%58.24%-
HSV(B)1.66º75.73%93.73%-
XYZ38.1422.216.28-
YUV115.0595.81216.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.39%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 58 (23.05% from 255) = 16.11%
R=66.39%
G=17.5%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239635800.740.760.061.6684.9858.24
HexEF3F3A04A4C62553a
Octal357777201121146212572
Binary11101111111111111010010010101001100110101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3f3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3f3a; }

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

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

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

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

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

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

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

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