Html Css Color HEX #EE0507 Venetian Red

📋 copy color: '#EE0507'

red 238 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #EE0507

Tints of Venetian Red #EE0507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.8%

R = 95.2%
G = 2%
B = 2.8%

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

#EE0507 (or 0xEE0507) is known color: Venetian Red. HEX triplet: EE, 05 and 07. RGB value is (238,5,7). Sum of RGB (Red+Green+Blue) = 238+5+7=250 (33% of max value = 765). Red value is 238 (93.36% from 255 or 95.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0507 is #11FAF8. Grayscale: #4B4B4B. Windows color (decimal): -1178361 or 460270. OLE color: 460270.

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

Color convert

RGB 238 5 7 -
CMYK 0 0.98 0.97 0.07
HSL 359.49º 0.96% 0.48% -
HSV(B) 359.49º 0.98% 0.93% -
XYZ 35.35 18.3 1.87 -
YUV 74.9 89.69 244.34 -
System Red Green Blue C M Y K H S L
Decimal 238 5 7 0 0.98 0.97 0.07 359.49 0.96 0.48
Hex EE 5 7 0 62 61 7 167 60 30
Octal 356 5 7 0 142 141 7 547 140 60
Binary 11101110 101 111 0 1100010 1100001 111 101100111 1100000 110000

Color Harmonies of #EE0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0507

Black with #EE0507

Text Example


Text Example

White with #EE0507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0507; }

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

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

background-color css

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

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

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

border-color css

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

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

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