Html Css Color HEX #EE0508 Venetian Red

📋 copy color: '#EE0508'

red 238 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #EE0508

Tints of Venetian Red #EE0508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

 BLUE value IS 8 (3.52% from 255) = 3.19%

R = 94.82%
G = 1.99%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE0508 (or 0xEE0508) is known color: Venetian Red. HEX triplet: EE, 05 and 08. RGB value is (238,5,8). Sum of RGB (Red+Green+Blue) = 238+5+8=251 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.82% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0508 is #11FAF7. Grayscale: #4B4B4B. Windows color (decimal): -1178360 or 525806. OLE color: 525806.

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

Color convert

RGB 238 5 8 -
CMYK 0 0.98 0.97 0.07
HSL 359.23º 0.96% 0.48% -
HSV(B) 359.23º 0.98% 0.93% -
XYZ 35.36 18.3 1.9 -
YUV 75.01 90.19 244.26 -
System Red Green Blue C M Y K H S L
Decimal 238 5 8 0 0.98 0.97 0.07 359.23 0.96 0.48
Hex EE 5 8 0 62 61 7 167 60 30
Octal 356 5 10 0 142 141 7 547 140 60
Binary 11101110 101 1000 0 1100010 1100001 111 101100111 1100000 110000

Color Harmonies of #EE0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0508

Black with #EE0508

Text Example


Text Example

White with #EE0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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