Html Css Color HEX #E30607 Venetian Red

📋 copy color: '#E30607'

red 227 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #E30607

Tints of Venetian Red #E30607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 94.58%
G = 2.5%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E30607 (or 0xE30607) is known color: Venetian Red. HEX triplet: E3, 06 and 07. RGB value is (227,6,7). Sum of RGB (Red+Green+Blue) = 227+6+7=240 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.58% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 227 - color contains mainly: red. Hex color #E30607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30607 is #1CF9F8. Grayscale: #484848. Windows color (decimal): -1899001 or 460515. OLE color: 460515.

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

Color convert

RGB 227 6 7 -
CMYK 0 0.97 0.97 0.11
HSL 359.73º 0.95% 0.46% -
HSV(B) 359.73º 0.97% 0.89% -
XYZ 31.78 16.48 1.71 -
YUV 72.19 91.22 238.42 -
System Red Green Blue C M Y K H S L
Decimal 227 6 7 0 0.97 0.97 0.11 359.73 0.95 0.46
Hex E3 6 7 0 61 61 B 168 5F 2E
Octal 343 6 7 0 141 141 13 550 137 56
Binary 11100011 110 111 0 1100001 1100001 1011 101101000 1011111 101110

Color Harmonies of #E30607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30607

Black with #E30607

Text Example


Text Example

White with #E30607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30607; }

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

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

background-color css

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

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

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

border-color css

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

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

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