Html Css Color HEX #EA0112 Venetian Red

📋 copy color: '#EA0112'

red 234 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #EA0112

Tints of Venetian Red #EA0112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 92.49%
G = 0.4%
B = 7.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA0112 (or 0xEA0112) is known color: Venetian Red. HEX triplet: EA, 01 and 12. RGB value is (234,1,18). Sum of RGB (Red+Green+Blue) = 234+1+18=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0112 is #15FEED. Grayscale: #484848. Windows color (decimal): -1441518 or 1180138. OLE color: 1180138.

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

Color convert

RGB 234 1 18 -
CMYK 0 1.00 0.92 0.08
HSL 355.62º 0.99% 0.46% -
HSV(B) 355.62º 1% 0.92% -
XYZ 34.05 17.56 2.17 -
YUV 72.61 97.19 243.12 -
System Red Green Blue C M Y K H S L
Decimal 234 1 18 0 1.00 0.92 0.08 355.62 0.99 0.46
Hex EA 1 12 0 64 5C 8 164 63 2E
Octal 352 1 22 0 144 134 10 544 143 56
Binary 11101010 1 10010 0 1100100 1011100 1000 101100100 1100011 101110

Color Harmonies of #EA0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0112

Black with #EA0112

Text Example


Text Example

White with #EA0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0112; }

 p { color: rgb(234,1,18); }

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

background-color css

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

 a { background-color: rgb(234,1,18); }

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

border-color css

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

 span { border-color: rgb(234,1,18); }

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