Html Css Color HEX #EE0C03 Red

📋 copy color: '#EE0C03'

red 238 ◦ green 12 ◦ blue 3

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

Shades of Red #EE0C03

Tints of Red #EE0C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.74%

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

R = 94.07%
G = 4.74%
B = 1.19%

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

#EE0C03 (or 0xEE0C03) is known color: Red. HEX triplet: EE, 0C and 03. RGB value is (238,12,3). Sum of RGB (Red+Green+Blue) = 238+12+3=253 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.07% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0C03 is #11F3FC. Grayscale: #4E4E4E. Windows color (decimal): -1176573 or 199918. OLE color: 199918.

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

Color convert

RGB 238 12 3 -
CMYK 0 0.95 0.99 0.07
HSL 2.3º 0.98% 0.47% -
HSV(B) 2.3º 0.99% 0.93% -
XYZ 35.41 18.45 1.78 -
YUV 78.55 85.37 241.73 -
System Red Green Blue C M Y K H S L
Decimal 238 12 3 0 0.95 0.99 0.07 2.3 0.98 0.47
Hex EE C 3 0 5F 63 7 2 62 2F
Octal 356 14 3 0 137 143 7 2 142 57
Binary 11101110 1100 11 0 1011111 1100011 111 10 1100010 101111

Color Harmonies of #EE0C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C03

Black with #EE0C03

Text Example


Text Example

White with #EE0C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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