Html Css Color HEX #EE0310 Venetian Red

📋 copy color: '#EE0310'

red 238 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #EE0310

Tints of Venetian Red #EE0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 92.61%
G = 1.17%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE0310 (or 0xEE0310) is known color: Venetian Red. HEX triplet: EE, 03 and 10. RGB value is (238,3,16). Sum of RGB (Red+Green+Blue) = 238+3+16=257 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.61% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0310 is #11FCEF. Grayscale: #4A4A4A. Windows color (decimal): -1178864 or 1049582. OLE color: 1049582.

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

Color convert

RGB 238 3 16 -
CMYK 0 0.99 0.93 0.07
HSL 356.68º 0.98% 0.47% -
HSV(B) 356.68º 0.99% 0.93% -
XYZ 35.39 18.28 2.15 -
YUV 74.75 94.86 244.44 -
System Red Green Blue C M Y K H S L
Decimal 238 3 16 0 0.99 0.93 0.07 356.68 0.98 0.47
Hex EE 3 10 0 63 5D 7 165 62 2F
Octal 356 3 20 0 143 135 7 545 142 57
Binary 11101110 11 10000 0 1100011 1011101 111 101100101 1100010 101111

Color Harmonies of #EE0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0310

Black with #EE0310

Text Example


Text Example

White with #EE0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0310; }

 p { color: rgb(238,3,16); }

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

background-color css

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

 a { background-color: rgb(238,3,16); }

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

border-color css

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

 span { border-color: rgb(238,3,16); }

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