Html Css Color HEX #EA0313 Venetian Red

📋 copy color: '#EA0313'

red 234 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #EA0313

Tints of Venetian Red #EA0313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 91.41%
G = 1.17%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA0313 (or 0xEA0313) is known color: Venetian Red. HEX triplet: EA, 03 and 13. RGB value is (234,3,19). Sum of RGB (Red+Green+Blue) = 234+3+19=256 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.41% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0313 is #15FCEC. Grayscale: #4A4A4A. Windows color (decimal): -1441005 or 1246186. OLE color: 1246186.

HSL color Cylindrical-coordinate representation of color #EA0313: hue angle of 355.84º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0313 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 3 19 -
CMYK 0 0.99 0.92 0.08
HSL 355.84º 0.97% 0.46% -
HSV(B) 355.84º 0.99% 0.92% -
XYZ 34.08 17.6 2.22 -
YUV 73.89 97.03 242.2 -
System Red Green Blue C M Y K H S L
Decimal 234 3 19 0 0.99 0.92 0.08 355.84 0.97 0.46
Hex EA 3 13 0 63 5C 8 164 61 2E
Octal 352 3 23 0 143 134 10 544 141 56
Binary 11101010 11 10011 0 1100011 1011100 1000 101100100 1100001 101110

Color Harmonies of #EA0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0313

Black with #EA0313

Text Example


Text Example

White with #EA0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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