Html Css Color HEX #E40103 Venetian Red

📋 copy color: '#E40103'

red 228 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #E40103

Tints of Venetian Red #E40103

RGB

 RED value IS 228 (89.45% from 255) = 98.28%

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

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

R = 98.28%
G = 0.43%
B = 1.29%

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

#E40103 (or 0xE40103) is known color: Venetian Red. HEX triplet: E4, 01 and 03. RGB value is (228,1,3). Sum of RGB (Red+Green+Blue) = 228+1+3=232 (30% of max value = 765). Red value is 228 (89.45% from 255 or 98.28% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 228 - color contains mainly: red. Hex color #E40103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40103 is #1BFEFC. Grayscale: #454545. Windows color (decimal): -1834749 or 197092. OLE color: 197092.

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

Color convert

RGB 228 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 32.02 16.52 1.59 -
YUV 69.1 90.71 241.34 -
System Red Green Blue C M Y K H S L
Decimal 228 1 3 0 1.00 0.99 0.11 359.47 0.99 0.45
Hex E4 1 3 0 64 63 B 167 63 2D
Octal 344 1 3 0 144 143 13 547 143 55
Binary 11100100 1 11 0 1100100 1100011 1011 101100111 1100011 101101

Color Harmonies of #E40103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40103

Black with #E40103

Text Example


Text Example

White with #E40103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40103; }

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

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

background-color css

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

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

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

border-color css

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

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

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