Html Css Color HEX #E00601 Red

📋 copy color: '#E00601'

red 224 ◦ green 6 ◦ blue 1

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

Shades of Red #E00601

Tints of Red #E00601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

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

R = 96.97%
G = 2.6%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E00601 (or 0xE00601) is known color: Red. HEX triplet: E0, 06 and 01. RGB value is (224,6,1). Sum of RGB (Red+Green+Blue) = 224+6+1=231 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.97% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 224 - color contains mainly: red. Hex color #E00601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00601 is #1FF9FE. Grayscale: #464646. Windows color (decimal): -2095615 or 67296. OLE color: 67296.

HSL color Cylindrical-coordinate representation of color #E00601: hue angle of 1.35º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00601 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 1 -
CMYK 0 0.97 1.00 0.12
HSL 1.35º 0.99% 0.44% -
HSV(B) 1.35º 1% 0.88% -
XYZ 30.81 15.98 1.49 -
YUV 70.61 88.72 237.41 -
System Red Green Blue C M Y K H S L
Decimal 224 6 1 0 0.97 1.00 0.12 1.35 0.99 0.44
Hex E0 6 1 0 61 64 C 1 63 2C
Octal 340 6 1 0 141 144 14 1 143 54
Binary 11100000 110 1 0 1100001 1100100 1100 1 1100011 101100

Color Harmonies of #E00601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00601

Black with #E00601

Text Example


Text Example

White with #E00601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00601; }

 p { color: rgb(224,6,1); }

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

background-color css

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

 a { background-color: rgb(224,6,1); }

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

border-color css

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

 span { border-color: rgb(224,6,1); }

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