Html Css Color HEX #EA0214 Venetian Red

📋 copy color: '#EA0214'

red 234 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #EA0214

Tints of Venetian Red #EA0214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 91.41%
G = 0.78%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA0214 (or 0xEA0214) is known color: Venetian Red. HEX triplet: EA, 02 and 14. RGB value is (234,2,20). Sum of RGB (Red+Green+Blue) = 234+2+20=256 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.41% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0214 is #15FDEB. Grayscale: #494949. Windows color (decimal): -1441260 or 1311466. OLE color: 1311466.

HSL color Cylindrical-coordinate representation of color #EA0214: hue angle of 355.34º degrees, saturation: 0.98, 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 #EA0214 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 2 20 -
CMYK 0 0.99 0.91 0.08
HSL 355.34º 0.98% 0.46% -
HSV(B) 355.34º 0.99% 0.92% -
XYZ 34.08 17.59 2.26 -
YUV 73.42 97.86 242.54 -
System Red Green Blue C M Y K H S L
Decimal 234 2 20 0 0.99 0.91 0.08 355.34 0.98 0.46
Hex EA 2 14 0 63 5B 8 163 62 2E
Octal 352 2 24 0 143 133 10 543 142 56
Binary 11101010 10 10100 0 1100011 1011011 1000 101100011 1100010 101110

Color Harmonies of #EA0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0214

Black with #EA0214

Text Example


Text Example

White with #EA0214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0214; }

 p { color: rgb(234,2,20); }

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

background-color css

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

 a { background-color: rgb(234,2,20); }

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

border-color css

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

 span { border-color: rgb(234,2,20); }

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