Html Css Color HEX #EA0104 Venetian Red

📋 copy color: '#EA0104'

red 234 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #EA0104

Tints of Venetian Red #EA0104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 97.91%
G = 0.42%
B = 1.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA0104 (or 0xEA0104) is known color: Venetian Red. HEX triplet: EA, 01 and 04. RGB value is (234,1,4). Sum of RGB (Red+Green+Blue) = 234+1+4=239 (31% of max value = 765). Red value is 234 (91.80% from 255 or 97.91% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0104 is #15FEFB. Grayscale: #474747. Windows color (decimal): -1441532 or 262634. OLE color: 262634.

HSL color Cylindrical-coordinate representation of color #EA0104: hue angle of 359.23º 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 #EA0104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 1 4 -
CMYK 0 1.00 0.98 0.08
HSL 359.23º 0.99% 0.46% -
HSV(B) 359.23º 1% 0.92% -
XYZ 33.96 17.52 1.71 -
YUV 71.01 90.19 244.26 -
System Red Green Blue C M Y K H S L
Decimal 234 1 4 0 1.00 0.98 0.08 359.23 0.99 0.46
Hex EA 1 4 0 64 62 8 167 63 2E
Octal 352 1 4 0 144 142 10 547 143 56
Binary 11101010 1 100 0 1100100 1100010 1000 101100111 1100011 101110

Color Harmonies of #EA0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0104

Black with #EA0104

Text Example


Text Example

White with #EA0104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0104; }

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

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

background-color css

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

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

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

border-color css

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

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

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