Html Css Color HEX #E60702 Red

📋 copy color: '#E60702'

red 230 ◦ green 7 ◦ blue 2

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

Shades of Red #E60702

Tints of Red #E60702

RGB

 RED value IS 230 (90.23% from 255) = 96.23%

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

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

R = 96.23%
G = 2.93%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E60702 (or 0xE60702) is known color: Red. HEX triplet: E6, 07 and 02. RGB value is (230,7,2). Sum of RGB (Red+Green+Blue) = 230+7+2=239 (31% of max value = 765). Red value is 230 (90.23% from 255 or 96.23% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 230 - color contains mainly: red. Hex color #E60702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60702 is #19F8FD. Grayscale: #494949. Windows color (decimal): -1702142 or 133094. OLE color: 133094.

HSL color Cylindrical-coordinate representation of color #E60702: hue angle of 1.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60702 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 2 -
CMYK 0 0.97 0.99 0.10
HSL 1.32º 0.98% 0.45% -
HSV(B) 1.32º 0.99% 0.9% -
XYZ 32.72 16.98 1.61 -
YUV 73.11 87.88 239.91 -
System Red Green Blue C M Y K H S L
Decimal 230 7 2 0 0.97 0.99 0.10 1.32 0.98 0.45
Hex E6 7 2 0 61 63 A 1 62 2D
Octal 346 7 2 0 141 143 12 1 142 55
Binary 11100110 111 10 0 1100001 1100011 1010 1 1100010 101101

Color Harmonies of #E60702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60702

Black with #E60702

Text Example


Text Example

White with #E60702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60702; }

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

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

background-color css

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

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

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

border-color css

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

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

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