#ef311e

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

Shades of Cinnabar #EF311E

Tints of Cinnabar #EF311E

Color information

#EF311E (or 0xEF311E) is unknown color: approx Cinnabar. HEX triplet: EF, 31 and 1E. RGB value is (239,49,30). Sum of RGB (Red+Green+Blue) = 239+49+30=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF311E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF311E is #10CEE1. Grayscale: #676767. Windows color (decimal): -1101538 or 1978863. OLE color: 1978863.

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

Color convert

RGB2394930-
CMYK00.790.870.06
HSL5.45º86.72%52.75%-
HSV(B)5.45º87.45%93.73%-
XYZ36.9320.643.27-
YUV103.6486.45224.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.16%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 30 (12.11% from 255) = 9.43%
R=75.16%
G=15.41%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239493000.790.870.065.4586.7252.75
HexEF311E04F57655735
Octal357613601171276512765
Binary11101111110001111100100111110101111101011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef311e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef311e; }

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

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

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

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

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

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

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

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