Html Css Color HEX #EA2202 Scarlet

📋 copy color: '#EA2202'

red 234 ◦ green 34 ◦ blue 2

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

Shades of Scarlet #EA2202

Tints of Scarlet #EA2202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 86.67%
G = 12.59%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA2202 (or 0xEA2202) is known color: Scarlet. HEX triplet: EA, 22 and 02. RGB value is (234,34,2). Sum of RGB (Red+Green+Blue) = 234+34+2=270 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.67% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2202 is #15DDFD. Grayscale: #5A5A5A. Windows color (decimal): -1433086 or 140010. OLE color: 140010.

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

Color convert

RGB 234 34 2 -
CMYK 0 0.85 0.99 0.08
HSL 8.28º 0.98% 0.46% -
HSV(B) 8.28º 0.99% 0.92% -
XYZ 34.51 18.64 1.84 -
YUV 90.15 78.26 230.6 -
System Red Green Blue C M Y K H S L
Decimal 234 34 2 0 0.85 0.99 0.08 8.28 0.98 0.46
Hex EA 22 2 0 55 63 8 8 62 2E
Octal 352 42 2 0 125 143 10 10 142 56
Binary 11101010 100010 10 0 1010101 1100011 1000 1000 1100010 101110

Color Harmonies of #EA2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2202

Black with #EA2202

Text Example


Text Example

White with #EA2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2202; }

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

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

background-color css

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

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

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

border-color css

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

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

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