Html Css Color HEX #E02005 Scarlet

📋 copy color: '#E02005'

red 224 ◦ green 32 ◦ blue 5

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

Shades of Scarlet #E02005

Tints of Scarlet #E02005

RGB

 RED value IS 224 (87.89% from 255) = 85.82%

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

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

R = 85.82%
G = 12.26%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E02005 (or 0xE02005) is known color: Scarlet. HEX triplet: E0, 20 and 05. RGB value is (224,32,5). Sum of RGB (Red+Green+Blue) = 224+32+5=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E02005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02005 is #1FDFFA. Grayscale: #565656. Windows color (decimal): -2088955 or 336096. OLE color: 336096.

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

Color convert

RGB 224 32 5 -
CMYK 0 0.86 0.98 0.12
HSL 7.4º 0.96% 0.45% -
HSV(B) 7.4º 0.98% 0.88% -
XYZ 31.28 16.89 1.76 -
YUV 86.33 82.11 226.2 -
System Red Green Blue C M Y K H S L
Decimal 224 32 5 0 0.86 0.98 0.12 7.4 0.96 0.45
Hex E0 20 5 0 56 62 C 7 60 2D
Octal 340 40 5 0 126 142 14 7 140 55
Binary 11100000 100000 101 0 1010110 1100010 1100 111 1100000 101101

Color Harmonies of #E02005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02005

Black with #E02005

Text Example


Text Example

White with #E02005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02005; }

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

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

background-color css

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

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

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

border-color css

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

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

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