Html Css Color HEX #E61001 Red

📋 copy color: '#E61001'

red 230 ◦ green 16 ◦ blue 1

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

Shades of Red #E61001

Tints of Red #E61001

RGB

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

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

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

R = 93.12%
G = 6.48%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E61001 (or 0xE61001) is known color: Red. HEX triplet: E6, 10 and 01. RGB value is (230,16,1). Sum of RGB (Red+Green+Blue) = 230+16+1=247 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.12% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 230 - color contains mainly: red. Hex color #E61001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61001 is #19EFFE. Grayscale: #4E4E4E. Windows color (decimal): -1699839 or 69862. OLE color: 69862.

HSL color Cylindrical-coordinate representation of color #E61001: hue angle of 3.93º 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 #E61001 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 1 -
CMYK 0 0.93 1.00 0.10
HSL 3.93º 0.99% 0.45% -
HSV(B) 3.93º 1% 0.9% -
XYZ 32.82 17.2 1.62 -
YUV 78.28 84.4 236.22 -
System Red Green Blue C M Y K H S L
Decimal 230 16 1 0 0.93 1.00 0.10 3.93 0.99 0.45
Hex E6 10 1 0 5D 64 A 4 63 2D
Octal 346 20 1 0 135 144 12 4 143 55
Binary 11100110 10000 1 0 1011101 1100100 1010 100 1100011 101101

Color Harmonies of #E61001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61001

Black with #E61001

Text Example


Text Example

White with #E61001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61001; }

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

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

background-color css

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

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

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

border-color css

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

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

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