#EA230B

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

Shades of Scarlet #EA230B

Tints of Scarlet #EA230B

Color information

#EA230B (or 0xEA230B) is unknown color: approx Scarlet. HEX triplet: EA, 23 and 0B. RGB value is (234,35,11). Sum of RGB (Red+Green+Blue) = 234+35+11=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA230B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA230B is #15DCF4. Grayscale: #5C5C5C. Windows color (decimal): -1432821 or 730090. OLE color: 730090.

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

Color convert

RGB2343511-
CMYK00.850.950.08
HSL6.46º91.02%48.04%-
HSV(B)6.46º95.3%91.76%-
XYZ34.5918.722.11-
YUV91.7682.43229.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 83.57%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 11 (4.69% from 255) = 3.93%
R=83.57%
G=12.5%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234351100.850.950.086.4691.0248.04
HexEA23B0555F865b30
Octal3524313012513710613360
Binary11101010100011101101010101101111110001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA230B; }

 p { color: rgb(234,35,11); }

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

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

 a { background-color: rgb(234,35,11); }

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

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

 span { border-color: rgb(234,35,11); }

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