Html Css Color HEX #E30617 Venetian Red

📋 copy color: '#E30617'

red 227 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #E30617

Tints of Venetian Red #E30617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 88.67%
G = 2.34%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E30617 (or 0xE30617) is known color: Venetian Red. HEX triplet: E3, 06 and 17. RGB value is (227,6,23). Sum of RGB (Red+Green+Blue) = 227+6+23=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E30617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30617 is #1CF9E8. Grayscale: #4A4A4A. Windows color (decimal): -1898985 or 1509091. OLE color: 1509091.

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

Color convert

RGB 227 6 23 -
CMYK 0 0.97 0.90 0.11
HSL 355.38º 0.95% 0.46% -
HSV(B) 355.38º 0.97% 0.89% -
XYZ 31.9 16.52 2.32 -
YUV 74.02 99.22 237.12 -
System Red Green Blue C M Y K H S L
Decimal 227 6 23 0 0.97 0.90 0.11 355.38 0.95 0.46
Hex E3 6 17 0 61 5A B 163 5F 2E
Octal 343 6 27 0 141 132 13 543 137 56
Binary 11100011 110 10111 0 1100001 1011010 1011 101100011 1011111 101110

Color Harmonies of #E30617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30617

Black with #E30617

Text Example


Text Example

White with #E30617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30617; }

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

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

background-color css

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

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

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

border-color css

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

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

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