Html Css Color HEX #E71002 Red

📋 copy color: '#E71002'

red 231 ◦ green 16 ◦ blue 2

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

Shades of Red #E71002

Tints of Red #E71002

RGB

 RED value IS 231 (90.63% from 255) = 92.77%

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

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

R = 92.77%
G = 6.43%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E71002 (or 0xE71002) is known color: Red. HEX triplet: E7, 10 and 02. RGB value is (231,16,2). Sum of RGB (Red+Green+Blue) = 231+16+2=249 (32% of max value = 765). Red value is 231 (90.62% from 255 or 92.77% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 231 - color contains mainly: red. Hex color #E71002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71002 is #18EFFD. Grayscale: #4E4E4E. Windows color (decimal): -1634302 or 135399. OLE color: 135399.

HSL color Cylindrical-coordinate representation of color #E71002: hue angle of 3.67º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E71002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 2 -
CMYK 0 0.93 0.99 0.09
HSL 3.67º 0.98% 0.46% -
HSV(B) 3.67º 0.99% 0.91% -
XYZ 33.15 17.36 1.66 -
YUV 78.69 84.73 236.64 -
System Red Green Blue C M Y K H S L
Decimal 231 16 2 0 0.93 0.99 0.09 3.67 0.98 0.46
Hex E7 10 2 0 5D 63 9 4 62 2E
Octal 347 20 2 0 135 143 11 4 142 56
Binary 11100111 10000 10 0 1011101 1100011 1001 100 1100010 101110

Color Harmonies of #E71002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71002

Black with #E71002

Text Example


Text Example

White with #E71002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71002; }

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

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

background-color css

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

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

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

border-color css

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

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

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