Html Css Color HEX #EE0313 Venetian Red

📋 copy color: '#EE0313'

red 238 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #EE0313

Tints of Venetian Red #EE0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 91.54%
G = 1.15%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE0313 (or 0xEE0313) is known color: Venetian Red. HEX triplet: EE, 03 and 13. RGB value is (238,3,19). Sum of RGB (Red+Green+Blue) = 238+3+19=260 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.54% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0313 is #11FCEC. Grayscale: #4B4B4B. Windows color (decimal): -1178861 or 1246190. OLE color: 1246190.

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

Color convert

RGB 238 3 19 -
CMYK 0 0.99 0.92 0.07
HSL 355.91º 0.98% 0.47% -
HSV(B) 355.91º 0.99% 0.93% -
XYZ 35.41 18.29 2.28 -
YUV 75.09 96.36 244.2 -
System Red Green Blue C M Y K H S L
Decimal 238 3 19 0 0.99 0.92 0.07 355.91 0.98 0.47
Hex EE 3 13 0 63 5C 7 164 62 2F
Octal 356 3 23 0 143 134 7 544 142 57
Binary 11101110 11 10011 0 1100011 1011100 111 101100100 1100010 101111

Color Harmonies of #EE0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0313

Black with #EE0313

Text Example


Text Example

White with #EE0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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