Html Css Color HEX #E50A0F Venetian Red

📋 copy color: '#E50A0F'

red 229 ◦ green 10 ◦ blue 15

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

Shades of Venetian Red #E50A0F

Tints of Venetian Red #E50A0F

RGB

 RED value IS 229 (89.84% from 255) = 90.16%

 GREEN value IS 10 (4.3% from 255) = 3.94%

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 90.16%
G = 3.94%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E50A0F (or 0xE50A0F) is known color: Venetian Red. HEX triplet: E5, 0A and 0F. RGB value is (229,10,15). Sum of RGB (Red+Green+Blue) = 229+10+15=254 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.16% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50A0F is #1AF5F0. Grayscale: #4C4C4C. Windows color (decimal): -1766897 or 985829. OLE color: 985829.

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

Color convert

RGB 229 10 15 -
CMYK 0 0.96 0.93 0.10
HSL 358.63º 0.92% 0.47% -
HSV(B) 358.63º 0.96% 0.9% -
XYZ 32.51 16.91 2 -
YUV 76.05 93.55 237.09 -
System Red Green Blue C M Y K H S L
Decimal 229 10 15 0 0.96 0.93 0.10 358.63 0.92 0.47
Hex E5 A F 0 60 5D A 167 5C 2F
Octal 345 12 17 0 140 135 12 547 134 57
Binary 11100101 1010 1111 0 1100000 1011101 1010 101100111 1011100 101111

Color Harmonies of #E50A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A0F

Black with #E50A0F

Text Example


Text Example

White with #E50A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A0F; }

 p { color: rgb(229,10,15); }

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

background-color css

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

 a { background-color: rgb(229,10,15); }

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

border-color css

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

 span { border-color: rgb(229,10,15); }

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