Html Css Color HEX #E3050F Venetian Red

📋 copy color: '#E3050F'

red 227 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #E3050F

Tints of Venetian Red #E3050F

RGB

 RED value IS 227 (89.06% from 255) = 91.9%

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

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

R = 91.9%
G = 2.02%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3050F (or 0xE3050F) is known color: Venetian Red. HEX triplet: E3, 05 and 0F. RGB value is (227,5,15). Sum of RGB (Red+Green+Blue) = 227+5+15=247 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.90% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 227 - color contains mainly: red. Hex color #E3050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3050F is #1CFAF0. Grayscale: #484848. Windows color (decimal): -1899249 or 984547. OLE color: 984547.

HSL color Cylindrical-coordinate representation of color #E3050F: hue angle of 357.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3050F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 5 15 -
CMYK 0 0.98 0.93 0.11
HSL 357.3º 0.96% 0.45% -
HSV(B) 357.3º 0.98% 0.89% -
XYZ 31.82 16.47 1.95 -
YUV 72.52 95.55 238.19 -
System Red Green Blue C M Y K H S L
Decimal 227 5 15 0 0.98 0.93 0.11 357.3 0.96 0.45
Hex E3 5 F 0 62 5D B 165 60 2D
Octal 343 5 17 0 142 135 13 545 140 55
Binary 11100011 101 1111 0 1100010 1011101 1011 101100101 1100000 101101

Color Harmonies of #E3050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3050F

Black with #E3050F

Text Example


Text Example

White with #E3050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3050F; }

 p { color: rgb(227,5,15); }

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

background-color css

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

 a { background-color: rgb(227,5,15); }

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

border-color css

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

 span { border-color: rgb(227,5,15); }

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