Html Css Color HEX #EA2000 Scarlet

📋 copy color: '#EA2000'

red 234 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #EA2000

Tints of Scarlet #EA2000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 87.97%
G = 12.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA2000 (or 0xEA2000) is known color: Scarlet. HEX triplet: EA, 20 and 00. RGB value is (234,32,0). Sum of RGB (Red+Green+Blue) = 234+32+0=266 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.97% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2000 is #15DFFF. Grayscale: #595959. Windows color (decimal): -1433600 or 8426. OLE color: 8426.

HSL color Cylindrical-coordinate representation of color #EA2000: hue angle of 8.21º 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 #EA2000 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 0 -
CMYK 0 0.86 1 0.08
HSL 8.21º 1% 0.46% -
HSV(B) 8.21º 1% 0.92% -
XYZ 34.45 18.53 1.76 -
YUV 88.75 77.92 231.6 -
System Red Green Blue C M Y K H S L
Decimal 234 32 0 0 0.86 1 0.08 8.21 1 0.46
Hex EA 20 0 0 56 64 8 8 64 2E
Octal 352 40 0 0 126 144 10 10 144 56
Binary 11101010 100000 0 0 1010110 1100100 1000 1000 1100100 101110

Color Harmonies of #EA2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2000

Black with #EA2000

Text Example


Text Example

White with #EA2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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