Html Css Color HEX #EE0303 Red

📋 copy color: '#EE0303'

red 238 ◦ green 3 ◦ blue 3

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

Shades of Red #EE0303

Tints of Red #EE0303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 97.54%
G = 1.23%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE0303 (or 0xEE0303) is known color: Red. HEX triplet: EE, 03 and 03. RGB value is (238,3,3). Sum of RGB (Red+Green+Blue) = 238+3+3=244 (32% of max value = 765). Red value is 238 (93.36% from 255 or 97.54% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0303 is #11FCFC. Grayscale: #494949. Windows color (decimal): -1178877 or 197614. OLE color: 197614.

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

Color convert

RGB 238 3 3 -
CMYK 0 0.99 0.99 0.07
HSL 0.98% 0.47% -
HSV(B) 0.99% 0.93% -
XYZ 35.31 18.25 1.75 -
YUV 73.27 88.36 245.5 -
System Red Green Blue C M Y K H S L
Decimal 238 3 3 0 0.99 0.99 0.07 0 0.98 0.47
Hex EE 3 3 0 63 63 7 0 62 2F
Octal 356 3 3 0 143 143 7 0 142 57
Binary 11101110 11 11 0 1100011 1100011 111 0 1100010 101111

Color Harmonies of #EE0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0303

Black with #EE0303

Text Example


Text Example

White with #EE0303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0303; }

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

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

background-color css

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

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

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

border-color css

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

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

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