Html Css Color HEX #E02102 Scarlet

📋 copy color: '#E02102'

red 224 ◦ green 33 ◦ blue 2

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

Shades of Scarlet #E02102

Tints of Scarlet #E02102

RGB

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

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

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

R = 86.49%
G = 12.74%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E02102 (or 0xE02102) is known color: Scarlet. HEX triplet: E0, 21 and 02. RGB value is (224,33,2). Sum of RGB (Red+Green+Blue) = 224+33+2=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E02102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02102 is #1FDEFD. Grayscale: #565656. Windows color (decimal): -2088702 or 139744. OLE color: 139744.

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

Color convert

RGB 224 33 2 -
CMYK 0 0.85 0.99 0.12
HSL 8.38º 0.98% 0.44% -
HSV(B) 8.38º 0.99% 0.88% -
XYZ 31.3 16.94 1.68 -
YUV 86.58 80.28 226.02 -
System Red Green Blue C M Y K H S L
Decimal 224 33 2 0 0.85 0.99 0.12 8.38 0.98 0.44
Hex E0 21 2 0 55 63 C 8 62 2C
Octal 340 41 2 0 125 143 14 10 142 54
Binary 11100000 100001 10 0 1010101 1100011 1100 1000 1100010 101100

Color Harmonies of #E02102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02102

Black with #E02102

Text Example


Text Example

White with #E02102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02102; }

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

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

background-color css

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

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

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

border-color css

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

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

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