Html Css Color HEX #EA2005 Scarlet

📋 copy color: '#EA2005'

red 234 ◦ green 32 ◦ blue 5

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

Shades of Scarlet #EA2005

Tints of Scarlet #EA2005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 86.35%
G = 11.81%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA2005 (or 0xEA2005) is known color: Scarlet. HEX triplet: EA, 20 and 05. RGB value is (234,32,5). Sum of RGB (Red+Green+Blue) = 234+32+5=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2005 is #15DFFA. Grayscale: #595959. Windows color (decimal): -1433595 or 336106. OLE color: 336106.

HSL color Cylindrical-coordinate representation of color #EA2005: hue angle of 7.07º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA2005 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 5 -
CMYK 0 0.86 0.98 0.08
HSL 7.07º 0.96% 0.47% -
HSV(B) 7.07º 0.98% 0.92% -
XYZ 34.48 18.54 1.9 -
YUV 89.32 80.42 231.2 -
System Red Green Blue C M Y K H S L
Decimal 234 32 5 0 0.86 0.98 0.08 7.07 0.96 0.47
Hex EA 20 5 0 56 62 8 7 60 2F
Octal 352 40 5 0 126 142 10 7 140 57
Binary 11101010 100000 101 0 1010110 1100010 1000 111 1100000 101111

Color Harmonies of #EA2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2005

Black with #EA2005

Text Example


Text Example

White with #EA2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2005; }

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

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

background-color css

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

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

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

border-color css

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

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

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