Html Css Color HEX #E40107 Venetian Red

📋 copy color: '#E40107'

red 228 ◦ green 1 ◦ blue 7

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

Shades of Venetian Red #E40107

Tints of Venetian Red #E40107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 96.61%
G = 0.42%
B = 2.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E40107 (or 0xE40107) is known color: Venetian Red. HEX triplet: E4, 01 and 07. RGB value is (228,1,7). Sum of RGB (Red+Green+Blue) = 228+1+7=236 (31% of max value = 765). Red value is 228 (89.45% from 255 or 96.61% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 228 - color contains mainly: red. Hex color #E40107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40107 is #1BFEF8. Grayscale: #454545. Windows color (decimal): -1834745 or 459236. OLE color: 459236.

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

Color convert

RGB 228 1 7 -
CMYK 0 1.00 0.97 0.11
HSL 358.41º 0.99% 0.45% -
HSV(B) 358.41º 1% 0.89% -
XYZ 32.04 16.53 1.7 -
YUV 69.56 92.71 241.01 -
System Red Green Blue C M Y K H S L
Decimal 228 1 7 0 1.00 0.97 0.11 358.41 0.99 0.45
Hex E4 1 7 0 64 61 B 166 63 2D
Octal 344 1 7 0 144 141 13 546 143 55
Binary 11100100 1 111 0 1100100 1100001 1011 101100110 1100011 101101

Color Harmonies of #E40107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40107

Black with #E40107

Text Example


Text Example

White with #E40107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40107; }

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

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

background-color css

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

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

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

border-color css

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

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

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