Html Css Color HEX #E30615 Venetian Red

📋 copy color: '#E30615'

red 227 ◦ green 6 ◦ blue 21

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

Shades of Venetian Red #E30615

Tints of Venetian Red #E30615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 89.37%
G = 2.36%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E30615 (or 0xE30615) is known color: Venetian Red. HEX triplet: E3, 06 and 15. RGB value is (227,6,21). Sum of RGB (Red+Green+Blue) = 227+6+21=254 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.37% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 227 - color contains mainly: red. Hex color #E30615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30615 is #1CF9EA. Grayscale: #494949. Windows color (decimal): -1898987 or 1378019. OLE color: 1378019.

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

Color convert

RGB 227 6 21 -
CMYK 0 0.97 0.91 0.11
HSL 355.93º 0.95% 0.46% -
HSV(B) 355.93º 0.97% 0.89% -
XYZ 31.88 16.52 2.22 -
YUV 73.79 98.22 237.28 -
System Red Green Blue C M Y K H S L
Decimal 227 6 21 0 0.97 0.91 0.11 355.93 0.95 0.46
Hex E3 6 15 0 61 5B B 164 5F 2E
Octal 343 6 25 0 141 133 13 544 137 56
Binary 11100011 110 10101 0 1100001 1011011 1011 101100100 1011111 101110

Color Harmonies of #E30615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30615

Black with #E30615

Text Example


Text Example

White with #E30615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30615; }

 p { color: rgb(227,6,21); }

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

background-color css

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

 a { background-color: rgb(227,6,21); }

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

border-color css

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

 span { border-color: rgb(227,6,21); }

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