Html Css Color HEX #EE0301 Red

📋 copy color: '#EE0301'

red 238 ◦ green 3 ◦ blue 1

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

Shades of Red #EE0301

Tints of Red #EE0301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 98.35%
G = 1.24%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EE0301 (or 0xEE0301) is known color: Red. HEX triplet: EE, 03 and 01. RGB value is (238,3,1). Sum of RGB (Red+Green+Blue) = 238+3+1=242 (32% of max value = 765). Red value is 238 (93.36% from 255 or 98.35% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0301 is #11FCFE. Grayscale: #494949. Windows color (decimal): -1178879 or 66542. OLE color: 66542.

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

Color convert

RGB 238 3 1 -
CMYK 0 0.99 1.00 0.07
HSL 0.51º 0.99% 0.47% -
HSV(B) 0.51º 1% 0.93% -
XYZ 35.3 18.24 1.69 -
YUV 73.04 87.36 245.66 -
System Red Green Blue C M Y K H S L
Decimal 238 3 1 0 0.99 1.00 0.07 0.51 0.99 0.47
Hex EE 3 1 0 63 64 7 1 63 2F
Octal 356 3 1 0 143 144 7 1 143 57
Binary 11101110 11 1 0 1100011 1100100 111 1 1100011 101111

Color Harmonies of #EE0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0301

Black with #EE0301

Text Example


Text Example

White with #EE0301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0301; }

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

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

background-color css

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

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

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

border-color css

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

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

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