Html Css Color HEX #EA0001 Venetian Red

📋 copy color: '#EA0001'

red 234 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #EA0001

Tints of Venetian Red #EA0001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 99.57%
G = 0%
B = 0.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA0001 (or 0xEA0001) is known color: Venetian Red. HEX triplet: EA, 00 and 01. RGB value is (234,0,1). Sum of RGB (Red+Green+Blue) = 234+0+1=235 (31% of max value = 765). Red value is 234 (91.80% from 255 or 99.57% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0001 is #15FFFE. Grayscale: #464646. Windows color (decimal): -1441791 or 65770. OLE color: 65770.

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

Color convert

RGB 234 0 1 -
CMYK 0 1 1.00 0.08
HSL 359.74º 1% 0.46% -
HSV(B) 359.74º 1% 0.92% -
XYZ 33.94 17.49 1.62 -
YUV 70.08 89.02 244.92 -
System Red Green Blue C M Y K H S L
Decimal 234 0 1 0 1 1.00 0.08 359.74 1 0.46
Hex EA 0 1 0 64 64 8 168 64 2E
Octal 352 0 1 0 144 144 10 550 144 56
Binary 11101010 0 1 0 1100100 1100100 1000 101101000 1100100 101110

Color Harmonies of #EA0001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0001

Black with #EA0001

Text Example


Text Example

White with #EA0001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0001; }

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

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

background-color css

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

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

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

border-color css

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

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

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