Html Css Color HEX #E30203 Venetian Red

📋 copy color: '#E30203'

red 227 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #E30203

Tints of Venetian Red #E30203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 97.84%
G = 0.86%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E30203 (or 0xE30203) is known color: Venetian Red. HEX triplet: E3, 02 and 03. RGB value is (227,2,3). Sum of RGB (Red+Green+Blue) = 227+2+3=232 (30% of max value = 765). Red value is 227 (89.06% from 255 or 97.84% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 227 - color contains mainly: red. Hex color #E30203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30203 is #1CFDFC. Grayscale: #454545. Windows color (decimal): -1900029 or 197347. OLE color: 197347.

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

Color convert

RGB 227 2 3 -
CMYK 0 0.99 0.99 0.11
HSL 359.73º 0.98% 0.45% -
HSV(B) 359.73º 0.99% 0.89% -
XYZ 31.72 16.38 1.58 -
YUV 69.39 90.54 240.42 -
System Red Green Blue C M Y K H S L
Decimal 227 2 3 0 0.99 0.99 0.11 359.73 0.98 0.45
Hex E3 2 3 0 63 63 B 168 62 2D
Octal 343 2 3 0 143 143 13 550 142 55
Binary 11100011 10 11 0 1100011 1100011 1011 101101000 1100010 101101

Color Harmonies of #E30203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30203

Black with #E30203

Text Example


Text Example

White with #E30203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30203; }

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

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

background-color css

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

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

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

border-color css

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

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

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