Html Css Color HEX #E01002 Red

📋 copy color: '#E01002'

red 224 ◦ green 16 ◦ blue 2

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

Shades of Red #E01002

Tints of Red #E01002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 92.56%
G = 6.61%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E01002 (or 0xE01002) is known color: Red. HEX triplet: E0, 10 and 02. RGB value is (224,16,2). Sum of RGB (Red+Green+Blue) = 224+16+2=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E01002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01002 is #1FEFFD. Grayscale: #4C4C4C. Windows color (decimal): -2093054 or 135392. OLE color: 135392.

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

Color convert

RGB 224 16 2 -
CMYK 0 0.93 0.99 0.12
HSL 3.78º 0.98% 0.44% -
HSV(B) 3.78º 0.99% 0.88% -
XYZ 30.94 16.22 1.56 -
YUV 76.6 85.91 233.14 -
System Red Green Blue C M Y K H S L
Decimal 224 16 2 0 0.93 0.99 0.12 3.78 0.98 0.44
Hex E0 10 2 0 5D 63 C 4 62 2C
Octal 340 20 2 0 135 143 14 4 142 54
Binary 11100000 10000 10 0 1011101 1100011 1100 100 1100010 101100

Color Harmonies of #E01002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01002

Black with #E01002

Text Example


Text Example

White with #E01002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01002; }

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

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

background-color css

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

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

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

border-color css

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

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

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