Html Css Color HEX #EE0701 Red

📋 copy color: '#EE0701'

red 238 ◦ green 7 ◦ blue 1

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

Shades of Red #EE0701

Tints of Red #EE0701

RGB

 RED value IS 238 (93.36% from 255) = 96.75%

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

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

R = 96.75%
G = 2.85%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EE0701 (or 0xEE0701) is known color: Red. HEX triplet: EE, 07 and 01. RGB value is (238,7,1). Sum of RGB (Red+Green+Blue) = 238+7+1=246 (32% of max value = 765). Red value is 238 (93.36% from 255 or 96.75% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0701 is #11F8FE. Grayscale: #4B4B4B. Windows color (decimal): -1177855 or 67566. OLE color: 67566.

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

Color convert

RGB 238 7 1 -
CMYK 0 0.97 1.00 0.07
HSL 1.52º 0.99% 0.47% -
HSV(B) 1.52º 1% 0.93% -
XYZ 35.34 18.33 1.7 -
YUV 75.39 86.03 243.99 -
System Red Green Blue C M Y K H S L
Decimal 238 7 1 0 0.97 1.00 0.07 1.52 0.99 0.47
Hex EE 7 1 0 61 64 7 2 63 2F
Octal 356 7 1 0 141 144 7 2 143 57
Binary 11101110 111 1 0 1100001 1100100 111 10 1100011 101111

Color Harmonies of #EE0701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0701

Black with #EE0701

Text Example


Text Example

White with #EE0701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0701; }

 p { color: rgb(238,7,1); }

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

background-color css

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

 a { background-color: rgb(238,7,1); }

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

border-color css

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

 span { border-color: rgb(238,7,1); }

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