Html Css Color HEX #EE0213 Venetian Red

📋 copy color: '#EE0213'

red 238 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #EE0213

Tints of Venetian Red #EE0213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 91.89%
G = 0.77%
B = 7.34%

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

#EE0213 (or 0xEE0213) is known color: Venetian Red. HEX triplet: EE, 02 and 13. RGB value is (238,2,19). Sum of RGB (Red+Green+Blue) = 238+2+19=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0213 is #11FDEC. Grayscale: #4A4A4A. Windows color (decimal): -1179117 or 1245934. OLE color: 1245934.

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

Color convert

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

Color Harmonies of #EE0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0213

Black with #EE0213

Text Example


Text Example

White with #EE0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0213; }

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

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

background-color css

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

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

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

border-color css

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

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

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