Html Css Color HEX #E60E01 Red

📋 copy color: '#E60E01'

red 230 ◦ green 14 ◦ blue 1

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

Shades of Red #E60E01

Tints of Red #E60E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 93.88%
G = 5.71%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E60E01 (or 0xE60E01) is known color: Red. HEX triplet: E6, 0E and 01. RGB value is (230,14,1). Sum of RGB (Red+Green+Blue) = 230+14+1=245 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.88% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60E01 is #19F1FE. Grayscale: #4D4D4D. Windows color (decimal): -1700351 or 69350. OLE color: 69350.

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

Color convert

RGB 230 14 1 -
CMYK 0 0.94 1.00 0.10
HSL 3.41º 0.99% 0.45% -
HSV(B) 3.41º 1% 0.9% -
XYZ 32.8 17.14 1.61 -
YUV 77.1 85.06 237.06 -
System Red Green Blue C M Y K H S L
Decimal 230 14 1 0 0.94 1.00 0.10 3.41 0.99 0.45
Hex E6 E 1 0 5E 64 A 3 63 2D
Octal 346 16 1 0 136 144 12 3 143 55
Binary 11100110 1110 1 0 1011110 1100100 1010 11 1100011 101101

Color Harmonies of #E60E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60E01

Black with #E60E01

Text Example


Text Example

White with #E60E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60E01; }

 p { color: rgb(230,14,1); }

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

background-color css

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

 a { background-color: rgb(230,14,1); }

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

border-color css

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

 span { border-color: rgb(230,14,1); }

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