Html Css Color HEX #EA0506 Venetian Red

📋 copy color: '#EA0506'

red 234 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #EA0506

Tints of Venetian Red #EA0506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 95.51%
G = 2.04%
B = 2.45%

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

#EA0506 (or 0xEA0506) is known color: Venetian Red. HEX triplet: EA, 05 and 06. RGB value is (234,5,6). Sum of RGB (Red+Green+Blue) = 234+5+6=245 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.51% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0506 is #15FAF9. Grayscale: #494949. Windows color (decimal): -1440506 or 394730. OLE color: 394730.

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

Color convert

RGB 234 5 6 -
CMYK 0 0.98 0.97 0.08
HSL 359.74º 0.96% 0.47% -
HSV(B) 359.74º 0.98% 0.92% -
XYZ 34.02 17.61 1.78 -
YUV 73.59 89.87 242.42 -
System Red Green Blue C M Y K H S L
Decimal 234 5 6 0 0.98 0.97 0.08 359.74 0.96 0.47
Hex EA 5 6 0 62 61 8 168 60 2F
Octal 352 5 6 0 142 141 10 550 140 57
Binary 11101010 101 110 0 1100010 1100001 1000 101101000 1100000 101111

Color Harmonies of #EA0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0506

Black with #EA0506

Text Example


Text Example

White with #EA0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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