Html Css Color HEX #EE0605 Red

📋 copy color: '#EE0605'

red 238 ◦ green 6 ◦ blue 5

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

Shades of Red #EE0605

Tints of Red #EE0605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

 BLUE value IS 5 (2.34% from 255) = 2.01%

R = 95.58%
G = 2.41%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE0605 (or 0xEE0605) is known color: Red. HEX triplet: EE, 06 and 05. RGB value is (238,6,5). Sum of RGB (Red+Green+Blue) = 238+6+5=249 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.58% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0605 is #11F9FA. Grayscale: #4B4B4B. Windows color (decimal): -1178107 or 329454. OLE color: 329454.

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

Color convert

RGB 238 6 5 -
CMYK 0 0.97 0.98 0.07
HSL 0.26º 0.96% 0.48% -
HSV(B) 0.26º 0.98% 0.93% -
XYZ 35.35 18.32 1.82 -
YUV 75.25 88.36 244.08 -
System Red Green Blue C M Y K H S L
Decimal 238 6 5 0 0.97 0.98 0.07 0.26 0.96 0.48
Hex EE 6 5 0 61 62 7 0 60 30
Octal 356 6 5 0 141 142 7 0 140 60
Binary 11101110 110 101 0 1100001 1100010 111 0 1100000 110000

Color Harmonies of #EE0605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0605

Black with #EE0605

Text Example


Text Example

White with #EE0605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0605; }

 p { color: rgb(238,6,5); }

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

background-color css

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

 a { background-color: rgb(238,6,5); }

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

border-color css

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

 span { border-color: rgb(238,6,5); }

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