Html Css Color HEX #E00302 Red

📋 copy color: '#E00302'

red 224 ◦ green 3 ◦ blue 2

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

Shades of Red #E00302

Tints of Red #E00302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

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

R = 97.82%
G = 1.31%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E00302 (or 0xE00302) is known color: Red. HEX triplet: E0, 03 and 02. RGB value is (224,3,2). Sum of RGB (Red+Green+Blue) = 224+3+2=229 (30% of max value = 765). Red value is 224 (87.89% from 255 or 97.82% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 224 - color contains mainly: red. Hex color #E00302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00302 is #1FFCFD. Grayscale: #454545. Windows color (decimal): -2096382 or 132064. OLE color: 132064.

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

Color convert

RGB 224 3 2 -
CMYK 0 0.99 0.99 0.12
HSL 0.27º 0.98% 0.44% -
HSV(B) 0.27º 0.99% 0.88% -
XYZ 30.78 15.92 1.51 -
YUV 68.97 90.22 238.58 -
System Red Green Blue C M Y K H S L
Decimal 224 3 2 0 0.99 0.99 0.12 0.27 0.98 0.44
Hex E0 3 2 0 63 63 C 0 62 2C
Octal 340 3 2 0 143 143 14 0 142 54
Binary 11100000 11 10 0 1100011 1100011 1100 0 1100010 101100

Color Harmonies of #E00302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00302

Black with #E00302

Text Example


Text Example

White with #E00302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00302; }

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

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

background-color css

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

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

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

border-color css

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

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

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