Html Css Color HEX #EE0D04 Red

📋 copy color: '#EE0D04'

red 238 ◦ green 13 ◦ blue 4

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

Shades of Red #EE0D04

Tints of Red #EE0D04

RGB

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

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

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

R = 93.33%
G = 5.1%
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

#EE0D04 (or 0xEE0D04) is known color: Red. HEX triplet: EE, 0D and 04. RGB value is (238,13,4). Sum of RGB (Red+Green+Blue) = 238+13+4=255 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.33% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0D04 is #11F2FB. Grayscale: #4F4F4F. Windows color (decimal): -1176316 or 265710. OLE color: 265710.

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

Color convert

RGB 238 13 4 -
CMYK 0 0.95 0.98 0.07
HSL 2.31º 0.97% 0.47% -
HSV(B) 2.31º 0.98% 0.93% -
XYZ 35.43 18.47 1.81 -
YUV 79.25 85.54 241.23 -
System Red Green Blue C M Y K H S L
Decimal 238 13 4 0 0.95 0.98 0.07 2.31 0.97 0.47
Hex EE D 4 0 5F 62 7 2 61 2F
Octal 356 15 4 0 137 142 7 2 141 57
Binary 11101110 1101 100 0 1011111 1100010 111 10 1100001 101111

Color Harmonies of #EE0D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D04

Black with #EE0D04

Text Example


Text Example

White with #EE0D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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