Html Css Color HEX #EA2201 Scarlet

📋 copy color: '#EA2201'

red 234 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #EA2201

Tints of Scarlet #EA2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.64%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 86.99%
G = 12.64%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA2201 (or 0xEA2201) is known color: Scarlet. HEX triplet: EA, 22 and 01. RGB value is (234,34,1). Sum of RGB (Red+Green+Blue) = 234+34+1=269 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.99% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2201 is #15DDFE. Grayscale: #5A5A5A. Windows color (decimal): -1433087 or 74474. OLE color: 74474.

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

Color convert

RGB 234 34 1 -
CMYK 0 0.85 1.00 0.08
HSL 8.5º 0.99% 0.46% -
HSV(B) 8.5º 1% 0.92% -
XYZ 34.51 18.64 1.81 -
YUV 90.04 77.76 230.68 -
System Red Green Blue C M Y K H S L
Decimal 234 34 1 0 0.85 1.00 0.08 8.5 0.99 0.46
Hex EA 22 1 0 55 64 8 8 63 2E
Octal 352 42 1 0 125 144 10 10 143 56
Binary 11101010 100010 1 0 1010101 1100100 1000 1000 1100011 101110

Color Harmonies of #EA2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2201

Black with #EA2201

Text Example


Text Example

White with #EA2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2201; }

 p { color: rgb(234,34,1); }

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

background-color css

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

 a { background-color: rgb(234,34,1); }

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

border-color css

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

 span { border-color: rgb(234,34,1); }

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