Html Css Color HEX #E30103 Venetian Red

📋 copy color: '#E30103'

red 227 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #E30103

Tints of Venetian Red #E30103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 98.27%
G = 0.43%
B = 1.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E30103 (or 0xE30103) is known color: Venetian Red. HEX triplet: E3, 01 and 03. RGB value is (227,1,3). Sum of RGB (Red+Green+Blue) = 227+1+3=231 (30% of max value = 765). Red value is 227 (89.06% from 255 or 98.27% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 227 - color contains mainly: red. Hex color #E30103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30103 is #1CFEFC. Grayscale: #454545. Windows color (decimal): -1900285 or 197091. OLE color: 197091.

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

Color convert

RGB 227 1 3 -
CMYK 0 1.00 0.99 0.11
HSL 359.47º 0.99% 0.45% -
HSV(B) 359.47º 1% 0.89% -
XYZ 31.71 16.36 1.57 -
YUV 68.8 90.87 240.84 -
System Red Green Blue C M Y K H S L
Decimal 227 1 3 0 1.00 0.99 0.11 359.47 0.99 0.45
Hex E3 1 3 0 64 63 B 167 63 2D
Octal 343 1 3 0 144 143 13 547 143 55
Binary 11100011 1 11 0 1100100 1100011 1011 101100111 1100011 101101

Color Harmonies of #E30103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30103

Black with #E30103

Text Example


Text Example

White with #E30103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30103; }

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

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

background-color css

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

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

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

border-color css

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

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

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