Html Css Color HEX #EA001A Venetian Red

📋 copy color: '#EA001A'

red 234 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #EA001A

Tints of Venetian Red #EA001A

RGB

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

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

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

R = 90%
G = 0%
B = 10%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA001A (or 0xEA001A) is known color: Venetian Red. HEX triplet: EA, 00 and 1A. RGB value is (234,0,26). Sum of RGB (Red+Green+Blue) = 234+0+26=260 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 234 - color contains mainly: red. Hex color #EA001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA001A is #15FFE5. Grayscale: #494949. Windows color (decimal): -1441766 or 1704170. OLE color: 1704170.

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

Color convert

RGB 234 0 26 -
CMYK 0 1 0.89 0.08
HSL 353.33º 1% 0.46% -
HSV(B) 353.33º 1% 0.92% -
XYZ 34.12 17.57 2.57 -
YUV 72.93 101.52 242.89 -
System Red Green Blue C M Y K H S L
Decimal 234 0 26 0 1 0.89 0.08 353.33 1 0.46
Hex EA 0 1A 0 64 59 8 161 64 2E
Octal 352 0 32 0 144 131 10 541 144 56
Binary 11101010 0 11010 0 1100100 1011001 1000 101100001 1100100 101110

Color Harmonies of #EA001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA001A

Black with #EA001A

Text Example


Text Example

White with #EA001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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