Html Css Color HEX #EE0300 Red

📋 copy color: '#EE0300'

red 238 ◦ green 3 ◦ blue 0

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

Shades of Red #EE0300

Tints of Red #EE0300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.76%
G = 1.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE0300 (or 0xEE0300) is known color: Red. HEX triplet: EE, 03 and 00. RGB value is (238,3,0). Sum of RGB (Red+Green+Blue) = 238+3+0=241 (31% of max value = 765). Red value is 238 (93.36% from 255 or 98.76% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0300 is #11FCFF. Grayscale: #494949. Windows color (decimal): -1178880 or 1006. OLE color: 1006.

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

Color convert

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

Color Harmonies of #EE0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0300

Black with #EE0300

Text Example


Text Example

White with #EE0300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0300; }

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

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

background-color css

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

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

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

border-color css

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

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

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