Html Css Color HEX #EE0E03 Red

📋 copy color: '#EE0E03'

red 238 ◦ green 14 ◦ blue 3

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

Shades of Red #EE0E03

Tints of Red #EE0E03

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.49%

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

R = 93.33%
G = 5.49%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE0E03 (or 0xEE0E03) is known color: Red. HEX triplet: EE, 0E and 03. RGB value is (238,14,3). Sum of RGB (Red+Green+Blue) = 238+14+3=255 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.33% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0E03 is #11F1FC. Grayscale: #4F4F4F. Windows color (decimal): -1176061 or 200430. OLE color: 200430.

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

Color convert

RGB 238 14 3 -
CMYK 0 0.94 0.99 0.07
HSL 2.81º 0.98% 0.47% -
HSV(B) 2.81º 0.99% 0.93% -
XYZ 35.43 18.5 1.79 -
YUV 79.72 84.71 240.89 -
System Red Green Blue C M Y K H S L
Decimal 238 14 3 0 0.94 0.99 0.07 2.81 0.98 0.47
Hex EE E 3 0 5E 63 7 3 62 2F
Octal 356 16 3 0 136 143 7 3 142 57
Binary 11101110 1110 11 0 1011110 1100011 111 11 1100010 101111

Color Harmonies of #EE0E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E03

Black with #EE0E03

Text Example


Text Example

White with #EE0E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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