Html Css Color HEX #EA2300 Scarlet

📋 copy color: '#EA2300'

red 234 ◦ green 35 ◦ blue 0

#EA2300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #EA2300

Tints of Scarlet #EA2300

RGB

 RED value IS 234 (91.8% from 255) = 86.99%

 GREEN value IS 35 (14.06% from 255) = 13.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.99%
G = 13.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA2300 (or 0xEA2300) is known color: Scarlet. HEX triplet: EA, 23 and 00. RGB value is (234,35,0). Sum of RGB (Red+Green+Blue) = 234+35+0=269 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.99% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2300 is #15DCFF. Grayscale: #5A5A5A. Windows color (decimal): -1432832 or 9194. OLE color: 9194.

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

Color convert

RGB 234 35 0 -
CMYK 0 0.85 1 0.08
HSL 8.97º 1% 0.46% -
HSV(B) 8.97º 1% 0.92% -
XYZ 34.53 18.69 1.79 -
YUV 90.51 76.93 230.35 -
System Red Green Blue C M Y K H S L
Decimal 234 35 0 0 0.85 1 0.08 8.97 1 0.46
Hex EA 23 0 0 55 64 8 9 64 2E
Octal 352 43 0 0 125 144 10 11 144 56
Binary 11101010 100011 0 0 1010101 1100100 1000 1001 1100100 101110

Color Harmonies of #EA2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2300

Black with #EA2300

Text Example


Text Example

White with #EA2300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2300; }

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

 H1.HeaderClassName
 {
   color: #EA2300;
 }
 .AnyTagClassName
 {
   color: #EA2300;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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