Html Css Color HEX #E30B11 Venetian Red

📋 copy color: '#E30B11'

red 227 ◦ green 11 ◦ blue 17

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

Shades of Venetian Red #E30B11

Tints of Venetian Red #E30B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 89.02%
G = 4.31%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E30B11 (or 0xE30B11) is known color: Venetian Red. HEX triplet: E3, 0B and 11. RGB value is (227,11,17). Sum of RGB (Red+Green+Blue) = 227+11+17=255 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.02% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30B11 is #1CF4EE. Grayscale: #4C4C4C. Windows color (decimal): -1897711 or 1117155. OLE color: 1117155.

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

Color convert

RGB 227 11 17 -
CMYK 0 0.95 0.93 0.11
HSL 358.33º 0.91% 0.47% -
HSV(B) 358.33º 0.95% 0.89% -
XYZ 31.9 16.61 2.06 -
YUV 76.27 94.56 235.51 -
System Red Green Blue C M Y K H S L
Decimal 227 11 17 0 0.95 0.93 0.11 358.33 0.91 0.47
Hex E3 B 11 0 5F 5D B 166 5B 2F
Octal 343 13 21 0 137 135 13 546 133 57
Binary 11100011 1011 10001 0 1011111 1011101 1011 101100110 1011011 101111

Color Harmonies of #E30B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30B11

Black with #E30B11

Text Example


Text Example

White with #E30B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30B11; }

 p { color: rgb(227,11,17); }

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

background-color css

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

 a { background-color: rgb(227,11,17); }

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

border-color css

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

 span { border-color: rgb(227,11,17); }

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