Html Css Color HEX #EA0508 Venetian Red

📋 copy color: '#EA0508'

red 234 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #EA0508

Tints of Venetian Red #EA0508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 8 (3.52% from 255) = 3.24%

R = 94.74%
G = 2.02%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA0508 (or 0xEA0508) is known color: Venetian Red. HEX triplet: EA, 05 and 08. RGB value is (234,5,8). Sum of RGB (Red+Green+Blue) = 234+5+8=247 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.74% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0508 is #15FAF7. Grayscale: #4A4A4A. Windows color (decimal): -1440504 or 525802. OLE color: 525802.

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

Color convert

RGB 234 5 8 -
CMYK 0 0.98 0.97 0.08
HSL 359.21º 0.96% 0.47% -
HSV(B) 359.21º 0.98% 0.92% -
XYZ 34.03 17.62 1.84 -
YUV 73.81 90.87 242.26 -
System Red Green Blue C M Y K H S L
Decimal 234 5 8 0 0.98 0.97 0.08 359.21 0.96 0.47
Hex EA 5 8 0 62 61 8 167 60 2F
Octal 352 5 10 0 142 141 10 547 140 57
Binary 11101010 101 1000 0 1100010 1100001 1000 101100111 1100000 101111

Color Harmonies of #EA0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0508

Black with #EA0508

Text Example


Text Example

White with #EA0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0508; }

 p { color: rgb(234,5,8); }

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

background-color css

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

 a { background-color: rgb(234,5,8); }

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

border-color css

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

 span { border-color: rgb(234,5,8); }

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