Html Css Color HEX #E02104 Scarlet

📋 copy color: '#E02104'

red 224 ◦ green 33 ◦ blue 4

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

Shades of Scarlet #E02104

Tints of Scarlet #E02104

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.64%

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 85.82%
G = 12.64%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E02104 (or 0xE02104) is known color: Scarlet. HEX triplet: E0, 21 and 04. RGB value is (224,33,4). Sum of RGB (Red+Green+Blue) = 224+33+4=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E02104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02104 is #1FDEFB. Grayscale: #575757. Windows color (decimal): -2088700 or 270816. OLE color: 270816.

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

Color convert

RGB 224 33 4 -
CMYK 0 0.85 0.98 0.12
HSL 7.91º 0.96% 0.45% -
HSV(B) 7.91º 0.98% 0.88% -
XYZ 31.31 16.94 1.74 -
YUV 86.8 81.28 225.86 -
System Red Green Blue C M Y K H S L
Decimal 224 33 4 0 0.85 0.98 0.12 7.91 0.96 0.45
Hex E0 21 4 0 55 62 C 8 60 2D
Octal 340 41 4 0 125 142 14 10 140 55
Binary 11100000 100001 100 0 1010101 1100010 1100 1000 1100000 101101

Color Harmonies of #E02104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02104

Black with #E02104

Text Example


Text Example

White with #E02104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02104; }

 p { color: rgb(224,33,4); }

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

background-color css

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

 a { background-color: rgb(224,33,4); }

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

border-color css

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

 span { border-color: rgb(224,33,4); }

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