Html Css Color HEX #E30A0E Venetian Red

📋 copy color: '#E30A0E'

red 227 ◦ green 10 ◦ blue 14

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

Shades of Venetian Red #E30A0E

Tints of Venetian Red #E30A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 90.44%
G = 3.98%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E30A0E (or 0xE30A0E) is known color: Venetian Red. HEX triplet: E3, 0A and 0E. RGB value is (227,10,14). Sum of RGB (Red+Green+Blue) = 227+10+14=251 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.44% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30A0E is #1CF5F1. Grayscale: #4B4B4B. Windows color (decimal): -1897970 or 920291. OLE color: 920291.

HSL color Cylindrical-coordinate representation of color #E30A0E: hue angle of 358.89º 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 #E30A0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 10 14 -
CMYK 0 0.96 0.94 0.11
HSL 358.89º 0.92% 0.46% -
HSV(B) 358.89º 0.96% 0.89% -
XYZ 31.87 16.58 1.94 -
YUV 75.34 93.39 236.17 -
System Red Green Blue C M Y K H S L
Decimal 227 10 14 0 0.96 0.94 0.11 358.89 0.92 0.46
Hex E3 A E 0 60 5E B 167 5C 2E
Octal 343 12 16 0 140 136 13 547 134 56
Binary 11100011 1010 1110 0 1100000 1011110 1011 101100111 1011100 101110

Color Harmonies of #E30A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A0E

Black with #E30A0E

Text Example


Text Example

White with #E30A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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