Html Css Color HEX #E30608 Venetian Red

📋 copy color: '#E30608'

red 227 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #E30608

Tints of Venetian Red #E30608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 94.19%
G = 2.49%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E30608 (or 0xE30608) is known color: Venetian Red. HEX triplet: E3, 06 and 08. RGB value is (227,6,8). Sum of RGB (Red+Green+Blue) = 227+6+8=241 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.19% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 227 - color contains mainly: red. Hex color #E30608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30608 is #1CF9F7. Grayscale: #484848. Windows color (decimal): -1899000 or 526051. OLE color: 526051.

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

Color convert

RGB 227 6 8 -
CMYK 0 0.97 0.96 0.11
HSL 359.46º 0.95% 0.46% -
HSV(B) 359.46º 0.97% 0.89% -
XYZ 31.79 16.48 1.74 -
YUV 72.31 91.72 238.34 -
System Red Green Blue C M Y K H S L
Decimal 227 6 8 0 0.97 0.96 0.11 359.46 0.95 0.46
Hex E3 6 8 0 61 60 B 167 5F 2E
Octal 343 6 10 0 141 140 13 547 137 56
Binary 11100011 110 1000 0 1100001 1100000 1011 101100111 1011111 101110

Color Harmonies of #E30608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30608

Black with #E30608

Text Example


Text Example

White with #E30608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30608; }

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

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

background-color css

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

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

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

border-color css

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

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

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