Html Css Color HEX #E01602 Scarlet

📋 copy color: '#E01602'

red 224 ◦ green 22 ◦ blue 2

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

Shades of Scarlet #E01602

Tints of Scarlet #E01602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

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

R = 90.32%
G = 8.87%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E01602 (or 0xE01602) is known color: Scarlet. HEX triplet: E0, 16 and 02. RGB value is (224,22,2). Sum of RGB (Red+Green+Blue) = 224+22+2=248 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.32% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 224 - color contains mainly: red. Hex color #E01602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01602 is #1FE9FD. Grayscale: #505050. Windows color (decimal): -2091518 or 136928. OLE color: 136928.

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

Color convert

RGB 224 22 2 -
CMYK 0 0.90 0.99 0.12
HSL 5.41º 0.98% 0.44% -
HSV(B) 5.41º 0.99% 0.88% -
XYZ 31.04 16.43 1.59 -
YUV 80.12 83.92 230.63 -
System Red Green Blue C M Y K H S L
Decimal 224 22 2 0 0.90 0.99 0.12 5.41 0.98 0.44
Hex E0 16 2 0 5A 63 C 5 62 2C
Octal 340 26 2 0 132 143 14 5 142 54
Binary 11100000 10110 10 0 1011010 1100011 1100 101 1100010 101100

Color Harmonies of #E01602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01602

Black with #E01602

Text Example


Text Example

White with #E01602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01602; }

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

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

background-color css

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

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

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

border-color css

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

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

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