Html Css Color HEX #E01502 Scarlet

📋 copy color: '#E01502'

red 224 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #E01502

Tints of Scarlet #E01502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

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

R = 90.69%
G = 8.5%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E01502 (or 0xE01502) is known color: Scarlet. HEX triplet: E0, 15 and 02. RGB value is (224,21,2). Sum of RGB (Red+Green+Blue) = 224+21+2=247 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.69% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 224 - color contains mainly: red. Hex color #E01502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01502 is #1FEAFD. Grayscale: #4F4F4F. Windows color (decimal): -2091774 or 136672. OLE color: 136672.

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

Color convert

RGB 224 21 2 -
CMYK 0 0.91 0.99 0.12
HSL 5.14º 0.98% 0.44% -
HSV(B) 5.14º 0.99% 0.88% -
XYZ 31.02 16.39 1.59 -
YUV 79.53 84.25 231.04 -
System Red Green Blue C M Y K H S L
Decimal 224 21 2 0 0.91 0.99 0.12 5.14 0.98 0.44
Hex E0 15 2 0 5B 63 C 5 62 2C
Octal 340 25 2 0 133 143 14 5 142 54
Binary 11100000 10101 10 0 1011011 1100011 1100 101 1100010 101100

Color Harmonies of #E01502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01502

Black with #E01502

Text Example


Text Example

White with #E01502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01502; }

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

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

background-color css

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

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

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

border-color css

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

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

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