Html Css Color HEX #EA0013 Venetian Red

📋 copy color: '#EA0013'

red 234 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #EA0013

Tints of Venetian Red #EA0013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 92.49%
G = 0%
B = 7.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA0013 (or 0xEA0013) is known color: Venetian Red. HEX triplet: EA, 00 and 13. RGB value is (234,0,19). Sum of RGB (Red+Green+Blue) = 234+0+19=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0013 is #15FFEC. Grayscale: #484848. Windows color (decimal): -1441773 or 1245418. OLE color: 1245418.

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

Color convert

RGB 234 0 19 -
CMYK 0 1 0.92 0.08
HSL 355.13º 1% 0.46% -
HSV(B) 355.13º 1% 0.92% -
XYZ 34.05 17.54 2.21 -
YUV 72.13 98.02 243.46 -
System Red Green Blue C M Y K H S L
Decimal 234 0 19 0 1 0.92 0.08 355.13 1 0.46
Hex EA 0 13 0 64 5C 8 163 64 2E
Octal 352 0 23 0 144 134 10 543 144 56
Binary 11101010 0 10011 0 1100100 1011100 1000 101100011 1100100 101110

Color Harmonies of #EA0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0013

Black with #EA0013

Text Example


Text Example

White with #EA0013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0013; }

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

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

background-color css

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

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

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

border-color css

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

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

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