Html Css Color HEX #E30A0B Venetian Red

📋 copy color: '#E30A0B'

red 227 ◦ green 10 ◦ blue 11

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

Shades of Venetian Red #E30A0B

Tints of Venetian Red #E30A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 91.53%
G = 4.03%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E30A0B (or 0xE30A0B) is known color: Venetian Red. HEX triplet: E3, 0A and 0B. RGB value is (227,10,11). Sum of RGB (Red+Green+Blue) = 227+10+11=248 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.53% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30A0B is #1CF5F4. Grayscale: #4B4B4B. Windows color (decimal): -1897973 or 723683. OLE color: 723683.

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

Color convert

RGB 227 10 11 -
CMYK 0 0.96 0.95 0.11
HSL 359.72º 0.92% 0.46% -
HSV(B) 359.72º 0.96% 0.89% -
XYZ 31.85 16.57 1.84 -
YUV 75 91.89 236.42 -
System Red Green Blue C M Y K H S L
Decimal 227 10 11 0 0.96 0.95 0.11 359.72 0.92 0.46
Hex E3 A B 0 60 5F B 168 5C 2E
Octal 343 12 13 0 140 137 13 550 134 56
Binary 11100011 1010 1011 0 1100000 1011111 1011 101101000 1011100 101110

Color Harmonies of #E30A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A0B

Black with #E30A0B

Text Example


Text Example

White with #E30A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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