#EA2B02

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

Shades of Scarlet #EA2B02

Tints of Scarlet #EA2B02

Color information

#EA2B02 (or 0xEA2B02) is unknown color: approx Scarlet. HEX triplet: EA, 2B and 02. RGB value is (234,43,2). Sum of RGB (Red+Green+Blue) = 234+43+2=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2B02 is #15D4FD. Grayscale: #5F5F5F. Windows color (decimal): -1430782 or 142314. OLE color: 142314.

HSL color Cylindrical-coordinate representation of color #EA2B02: hue angle of 10.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA2B02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB234432-
CMYK00.820.990.08
HSL10.6º98.31%46.27%-
HSV(B)10.6º99.15%91.76%-
XYZ34.8119.221.93-
YUV95.4375.28226.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 83.87%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=83.87%
G=15.41%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23443200.820.990.0810.698.3146.27
HexEA2B2052638b622e
Octal3525320122143101314256
Binary1110101010101110010100101100011100010111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2B02; }

 p { color: rgb(234,43,2); }

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

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

 a { background-color: rgb(234,43,2); }

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

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

 span { border-color: rgb(234,43,2); }

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