Html Css Color HEX #E30213 Venetian Red

📋 copy color: '#E30213'

red 227 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #E30213

Tints of Venetian Red #E30213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 91.53%
G = 0.81%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E30213 (or 0xE30213) is known color: Venetian Red. HEX triplet: E3, 02 and 13. RGB value is (227,2,19). Sum of RGB (Red+Green+Blue) = 227+2+19=248 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.53% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 227 - color contains mainly: red. Hex color #E30213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30213 is #1CFDEC. Grayscale: #474747. Windows color (decimal): -1900013 or 1245923. OLE color: 1245923.

HSL color Cylindrical-coordinate representation of color #E30213: hue angle of 355.47º degrees, saturation: 0.98, 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 #E30213 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 2 19 -
CMYK 0 0.99 0.92 0.11
HSL 355.47º 0.98% 0.45% -
HSV(B) 355.47º 0.99% 0.89% -
XYZ 31.82 16.42 2.11 -
YUV 71.21 98.54 239.12 -
System Red Green Blue C M Y K H S L
Decimal 227 2 19 0 0.99 0.92 0.11 355.47 0.98 0.45
Hex E3 2 13 0 63 5C B 163 62 2D
Octal 343 2 23 0 143 134 13 543 142 55
Binary 11100011 10 10011 0 1100011 1011100 1011 101100011 1100010 101101

Color Harmonies of #E30213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30213

Black with #E30213

Text Example


Text Example

White with #E30213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30213; }

 p { color: rgb(227,2,19); }

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

background-color css

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

 a { background-color: rgb(227,2,19); }

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

border-color css

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

 span { border-color: rgb(227,2,19); }

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