#E92B14

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

Shades of Scarlet #E92B14

Tints of Scarlet #E92B14

Color information

#E92B14 (or 0xE92B14) is unknown color: approx Scarlet. HEX triplet: E9, 2B and 14. RGB value is (233,43,20). Sum of RGB (Red+Green+Blue) = 233+43+20=296 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.72% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92B14 is #16D4EB. Grayscale: #616161. Windows color (decimal): -1496300 or 1321961. OLE color: 1321961.

HSL color Cylindrical-coordinate representation of color #E92B14: hue angle of 6.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E92B14 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB2334320-
CMYK00.820.910.09
HSL6.48º84.19%49.61%-
HSV(B)6.48º91.42%91.37%-
XYZ34.5919.12.53-
YUV97.1984.45224.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 78.72%
GREEN value IS 43 (17.19% from 255) = 14.53%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=78.72%
G=14.53%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233432000.820.910.096.4884.1949.61
HexE92B140525B965432
Octal3515324012213311612462
Binary111010011010111010001010010101101110011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92B14; }

 p { color: rgb(233,43,20); }

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

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

 a { background-color: rgb(233,43,20); }

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

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

 span { border-color: rgb(233,43,20); }

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