Html Css Color HEX #EE0C04 Red

📋 copy color: '#EE0C04'

red 238 ◦ green 12 ◦ blue 4

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

Shades of Red #EE0C04

Tints of Red #EE0C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 93.7%
G = 4.72%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE0C04 (or 0xEE0C04) is known color: Red. HEX triplet: EE, 0C and 04. RGB value is (238,12,4). Sum of RGB (Red+Green+Blue) = 238+12+4=254 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.70% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0C04 is #11F3FB. Grayscale: #4E4E4E. Windows color (decimal): -1176572 or 265454. OLE color: 265454.

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

Color convert

RGB 238 12 4 -
CMYK 0 0.95 0.98 0.07
HSL 2.05º 0.97% 0.47% -
HSV(B) 2.05º 0.98% 0.93% -
XYZ 35.41 18.45 1.81 -
YUV 78.66 85.87 241.65 -
System Red Green Blue C M Y K H S L
Decimal 238 12 4 0 0.95 0.98 0.07 2.05 0.97 0.47
Hex EE C 4 0 5F 62 7 2 61 2F
Octal 356 14 4 0 137 142 7 2 141 57
Binary 11101110 1100 100 0 1011111 1100010 111 10 1100001 101111

Color Harmonies of #EE0C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C04

Black with #EE0C04

Text Example


Text Example

White with #EE0C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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