Html Css Color HEX #EE0803 Red

📋 copy color: '#EE0803'

red 238 ◦ green 8 ◦ blue 3

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

Shades of Red #EE0803

Tints of Red #EE0803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 95.58%
G = 3.21%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE0803 (or 0xEE0803) is known color: Red. HEX triplet: EE, 08 and 03. RGB value is (238,8,3). Sum of RGB (Red+Green+Blue) = 238+8+3=249 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.58% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0803 is #11F7FC. Grayscale: #4C4C4C. Windows color (decimal): -1177597 or 198894. OLE color: 198894.

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

Color convert

RGB 238 8 3 -
CMYK 0 0.97 0.99 0.07
HSL 1.28º 0.98% 0.47% -
HSV(B) 1.28º 0.99% 0.93% -
XYZ 35.36 18.36 1.77 -
YUV 76.2 86.7 243.41 -
System Red Green Blue C M Y K H S L
Decimal 238 8 3 0 0.97 0.99 0.07 1.28 0.98 0.47
Hex EE 8 3 0 61 63 7 1 62 2F
Octal 356 10 3 0 141 143 7 1 142 57
Binary 11101110 1000 11 0 1100001 1100011 111 1 1100010 101111

Color Harmonies of #EE0803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0803

Black with #EE0803

Text Example


Text Example

White with #EE0803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0803; }

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

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

background-color css

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

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

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

border-color css

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

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

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