Html Css Color HEX #E30309 Venetian Red

📋 copy color: '#E30309'

red 227 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #E30309

Tints of Venetian Red #E30309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 94.98%
G = 1.26%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E30309 (or 0xE30309) is known color: Venetian Red. HEX triplet: E3, 03 and 09. RGB value is (227,3,9). Sum of RGB (Red+Green+Blue) = 227+3+9=239 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.98% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 227 - color contains mainly: red. Hex color #E30309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30309 is #1CFCF6. Grayscale: #464646. Windows color (decimal): -1899767 or 590819. OLE color: 590819.

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

Color convert

RGB 227 3 9 -
CMYK 0 0.99 0.96 0.11
HSL 358.39º 0.97% 0.45% -
HSV(B) 358.39º 0.99% 0.89% -
XYZ 31.76 16.42 1.75 -
YUV 70.66 93.21 239.51 -
System Red Green Blue C M Y K H S L
Decimal 227 3 9 0 0.99 0.96 0.11 358.39 0.97 0.45
Hex E3 3 9 0 63 60 B 166 61 2D
Octal 343 3 11 0 143 140 13 546 141 55
Binary 11100011 11 1001 0 1100011 1100000 1011 101100110 1100001 101101

Color Harmonies of #E30309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30309

Black with #E30309

Text Example


Text Example

White with #E30309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30309; }

 p { color: rgb(227,3,9); }

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

background-color css

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

 a { background-color: rgb(227,3,9); }

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

border-color css

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

 span { border-color: rgb(227,3,9); }

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