Html Css Color HEX #EE0D03 Red

📋 copy color: '#EE0D03'

red 238 ◦ green 13 ◦ blue 3

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

Shades of Red #EE0D03

Tints of Red #EE0D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.12%

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

R = 93.7%
G = 5.12%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE0D03 (or 0xEE0D03) is known color: Red. HEX triplet: EE, 0D and 03. RGB value is (238,13,3). Sum of RGB (Red+Green+Blue) = 238+13+3=254 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.70% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0D03 is #11F2FC. Grayscale: #4F4F4F. Windows color (decimal): -1176317 or 200174. OLE color: 200174.

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

Color convert

RGB 238 13 3 -
CMYK 0 0.95 0.99 0.07
HSL 2.55º 0.98% 0.47% -
HSV(B) 2.55º 0.99% 0.93% -
XYZ 35.42 18.47 1.78 -
YUV 79.14 85.04 241.31 -
System Red Green Blue C M Y K H S L
Decimal 238 13 3 0 0.95 0.99 0.07 2.55 0.98 0.47
Hex EE D 3 0 5F 63 7 3 62 2F
Octal 356 15 3 0 137 143 7 3 142 57
Binary 11101110 1101 11 0 1011111 1100011 111 11 1100010 101111

Color Harmonies of #EE0D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D03

Black with #EE0D03

Text Example


Text Example

White with #EE0D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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