Html Css Color HEX #EA011A Venetian Red

📋 copy color: '#EA011A'

red 234 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #EA011A

Tints of Venetian Red #EA011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 89.66%
G = 0.38%
B = 9.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA011A (or 0xEA011A) is known color: Venetian Red. HEX triplet: EA, 01 and 1A. RGB value is (234,1,26). Sum of RGB (Red+Green+Blue) = 234+1+26=261 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.66% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 234 - color contains mainly: red. Hex color #EA011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA011A is #15FEE5. Grayscale: #494949. Windows color (decimal): -1441510 or 1704426. OLE color: 1704426.

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

Color convert

RGB 234 1 26 -
CMYK 0 1.00 0.89 0.08
HSL 353.56º 0.99% 0.46% -
HSV(B) 353.56º 1% 0.92% -
XYZ 34.13 17.59 2.57 -
YUV 73.52 101.19 242.47 -
System Red Green Blue C M Y K H S L
Decimal 234 1 26 0 1.00 0.89 0.08 353.56 0.99 0.46
Hex EA 1 1A 0 64 59 8 162 63 2E
Octal 352 1 32 0 144 131 10 542 143 56
Binary 11101010 1 11010 0 1100100 1011001 1000 101100010 1100011 101110

Color Harmonies of #EA011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA011A

Black with #EA011A

Text Example


Text Example

White with #EA011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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