Html Css Color HEX #E01302 Scarlet

📋 copy color: '#E01302'

red 224 ◦ green 19 ◦ blue 2

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

Shades of Scarlet #E01302

Tints of Scarlet #E01302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 91.43%
G = 7.76%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E01302 (or 0xE01302) is known color: Scarlet. HEX triplet: E0, 13 and 02. RGB value is (224,19,2). Sum of RGB (Red+Green+Blue) = 224+19+2=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E01302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01302 is #1FECFD. Grayscale: #4E4E4E. Windows color (decimal): -2092286 or 136160. OLE color: 136160.

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

Color convert

RGB 224 19 2 -
CMYK 0 0.92 0.99 0.12
HSL 4.59º 0.98% 0.44% -
HSV(B) 4.59º 0.99% 0.88% -
XYZ 30.98 16.32 1.57 -
YUV 78.36 84.92 231.88 -
System Red Green Blue C M Y K H S L
Decimal 224 19 2 0 0.92 0.99 0.12 4.59 0.98 0.44
Hex E0 13 2 0 5C 63 C 5 62 2C
Octal 340 23 2 0 134 143 14 5 142 54
Binary 11100000 10011 10 0 1011100 1100011 1100 101 1100010 101100

Color Harmonies of #E01302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01302

Black with #E01302

Text Example


Text Example

White with #E01302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01302; }

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

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

background-color css

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

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

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

border-color css

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

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

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