Html Css Color HEX #E00702 Red

📋 copy color: '#E00702'

red 224 ◦ green 7 ◦ blue 2

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

Shades of Red #E00702

Tints of Red #E00702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

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

R = 96.14%
G = 3%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E00702 (or 0xE00702) is known color: Red. HEX triplet: E0, 07 and 02. RGB value is (224,7,2). Sum of RGB (Red+Green+Blue) = 224+7+2=233 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.14% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 224 - color contains mainly: red. Hex color #E00702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00702 is #1FF8FD. Grayscale: #474747. Windows color (decimal): -2095358 or 133088. OLE color: 133088.

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

Color convert

RGB 224 7 2 -
CMYK 0 0.97 0.99 0.12
HSL 1.35º 0.98% 0.44% -
HSV(B) 1.35º 0.99% 0.88% -
XYZ 30.83 16 1.52 -
YUV 71.31 88.89 236.91 -
System Red Green Blue C M Y K H S L
Decimal 224 7 2 0 0.97 0.99 0.12 1.35 0.98 0.44
Hex E0 7 2 0 61 63 C 1 62 2C
Octal 340 7 2 0 141 143 14 1 142 54
Binary 11100000 111 10 0 1100001 1100011 1100 1 1100010 101100

Color Harmonies of #E00702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00702

Black with #E00702

Text Example


Text Example

White with #E00702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00702; }

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

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

background-color css

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

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

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

border-color css

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

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

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