Html Css Color HEX #E50B0F Venetian Red

📋 copy color: '#E50B0F'

red 229 ◦ green 11 ◦ blue 15

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

Shades of Venetian Red #E50B0F

Tints of Venetian Red #E50B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.31%

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

R = 89.8%
G = 4.31%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E50B0F (or 0xE50B0F) is known color: Venetian Red. HEX triplet: E5, 0B and 0F. RGB value is (229,11,15). Sum of RGB (Red+Green+Blue) = 229+11+15=255 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.80% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50B0F is #1AF4F0. Grayscale: #4C4C4C. Windows color (decimal): -1766641 or 986085. OLE color: 986085.

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

Color convert

RGB 229 11 15 -
CMYK 0 0.95 0.93 0.10
HSL 358.9º 0.91% 0.47% -
HSV(B) 358.9º 0.95% 0.9% -
XYZ 32.52 16.93 2.01 -
YUV 76.64 93.22 236.67 -
System Red Green Blue C M Y K H S L
Decimal 229 11 15 0 0.95 0.93 0.10 358.9 0.91 0.47
Hex E5 B F 0 5F 5D A 167 5B 2F
Octal 345 13 17 0 137 135 12 547 133 57
Binary 11100101 1011 1111 0 1011111 1011101 1010 101100111 1011011 101111

Color Harmonies of #E50B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50B0F

Black with #E50B0F

Text Example


Text Example

White with #E50B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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