Html Css Color HEX #EE020B Venetian Red

📋 copy color: '#EE020B'

red 238 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #EE020B

Tints of Venetian Red #EE020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.38%

R = 94.82%
G = 0.8%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE020B (or 0xEE020B) is known color: Venetian Red. HEX triplet: EE, 02 and 0B. RGB value is (238,2,11). Sum of RGB (Red+Green+Blue) = 238+2+11=251 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.82% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 238 - color contains mainly: red. Hex color #EE020B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE020B is #11FDF4. Grayscale: #494949. Windows color (decimal): -1179125 or 721646. OLE color: 721646.

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

Color convert

RGB 238 2 11 -
CMYK 0 0.99 0.95 0.07
HSL 357.71º 0.98% 0.47% -
HSV(B) 357.71º 0.99% 0.93% -
XYZ 35.34 18.24 1.98 -
YUV 73.59 92.69 245.27 -
System Red Green Blue C M Y K H S L
Decimal 238 2 11 0 0.99 0.95 0.07 357.71 0.98 0.47
Hex EE 2 B 0 63 5F 7 166 62 2F
Octal 356 2 13 0 143 137 7 546 142 57
Binary 11101110 10 1011 0 1100011 1011111 111 101100110 1100010 101111

Color Harmonies of #EE020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE020B

Black with #EE020B

Text Example


Text Example

White with #EE020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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