#E9230A

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

Shades of Scarlet #E9230A

Tints of Scarlet #E9230A

Color information

#E9230A (or 0xE9230A) is unknown color: approx Scarlet. HEX triplet: E9, 23 and 0A. RGB value is (233,35,10). Sum of RGB (Red+Green+Blue) = 233+35+10=278 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.81% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 233 - color contains mainly: red. Hex color #E9230A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9230A is #16DCF5. Grayscale: #5B5B5B. Windows color (decimal): -1498358 or 664553. OLE color: 664553.

HSL color Cylindrical-coordinate representation of color #E9230A: hue angle of 6.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9230A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB2333510-
CMYK00.850.960.09
HSL6.73º91.77%47.65%-
HSV(B)6.73º95.71%91.37%-
XYZ34.2618.552.06-
YUV91.3582.1229.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 83.81%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=83.81%
G=12.59%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233351000.850.960.096.7391.7747.65
HexE923A05560975c30
Octal3514312012514011713460
Binary11101001100011101001010101110000010011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9230A; }

 p { color: rgb(233,35,10); }

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

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

 a { background-color: rgb(233,35,10); }

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

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

 span { border-color: rgb(233,35,10); }

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