Html Css Color HEX #EA2003 Scarlet

📋 copy color: '#EA2003'

red 234 ◦ green 32 ◦ blue 3

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

Shades of Scarlet #EA2003

Tints of Scarlet #EA2003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 86.99%
G = 11.9%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA2003 (or 0xEA2003) is known color: Scarlet. HEX triplet: EA, 20 and 03. RGB value is (234,32,3). Sum of RGB (Red+Green+Blue) = 234+32+3=269 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.99% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2003 is #15DFFC. Grayscale: #595959. Windows color (decimal): -1433597 or 205034. OLE color: 205034.

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

Color convert

RGB 234 32 3 -
CMYK 0 0.86 0.99 0.08
HSL 7.53º 0.97% 0.46% -
HSV(B) 7.53º 0.99% 0.92% -
XYZ 34.46 18.53 1.85 -
YUV 89.09 79.42 231.36 -
System Red Green Blue C M Y K H S L
Decimal 234 32 3 0 0.86 0.99 0.08 7.53 0.97 0.46
Hex EA 20 3 0 56 63 8 8 61 2E
Octal 352 40 3 0 126 143 10 10 141 56
Binary 11101010 100000 11 0 1010110 1100011 1000 1000 1100001 101110

Color Harmonies of #EA2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2003

Black with #EA2003

Text Example


Text Example

White with #EA2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2003; }

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

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

background-color css

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

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

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

border-color css

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

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

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