Html Css Color HEX #EA0011 Venetian Red

📋 copy color: '#EA0011'

red 234 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #EA0011

Tints of Venetian Red #EA0011

RGB

 RED value IS 234 (91.8% from 255) = 93.23%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 93.23%
G = 0%
B = 6.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA0011 (or 0xEA0011) is known color: Venetian Red. HEX triplet: EA, 00 and 11. RGB value is (234,0,17). Sum of RGB (Red+Green+Blue) = 234+0+17=251 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.23% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0011 is #15FFEE. Grayscale: #484848. Windows color (decimal): -1441775 or 1114346. OLE color: 1114346.

HSL color Cylindrical-coordinate representation of color #EA0011: hue angle of 355.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0011 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 17 -
CMYK 0 1 0.93 0.08
HSL 355.64º 1% 0.46% -
HSV(B) 355.64º 1% 0.92% -
XYZ 34.03 17.53 2.12 -
YUV 71.9 97.02 243.62 -
System Red Green Blue C M Y K H S L
Decimal 234 0 17 0 1 0.93 0.08 355.64 1 0.46
Hex EA 0 11 0 64 5D 8 164 64 2E
Octal 352 0 21 0 144 135 10 544 144 56
Binary 11101010 0 10001 0 1100100 1011101 1000 101100100 1100100 101110

Color Harmonies of #EA0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0011

Black with #EA0011

Text Example


Text Example

White with #EA0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0011; }

 p { color: rgb(234,0,17); }

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

background-color css

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

 a { background-color: rgb(234,0,17); }

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

border-color css

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

 span { border-color: rgb(234,0,17); }

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