Html Css Color HEX #E40318 Venetian Red

📋 copy color: '#E40318'

red 228 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #E40318

Tints of Venetian Red #E40318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 89.41%
G = 1.18%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E40318 (or 0xE40318) is known color: Venetian Red. HEX triplet: E4, 03 and 18. RGB value is (228,3,24). Sum of RGB (Red+Green+Blue) = 228+3+24=255 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.41% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 228 - color contains mainly: red. Hex color #E40318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40318 is #1BFCE7. Grayscale: #484848. Windows color (decimal): -1834216 or 1573860. OLE color: 1573860.

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

Color convert

RGB 228 3 24 -
CMYK 0 0.99 0.89 0.11
HSL 354.4º 0.97% 0.45% -
HSV(B) 354.4º 0.99% 0.89% -
XYZ 32.19 16.63 2.38 -
YUV 72.67 100.54 238.79 -
System Red Green Blue C M Y K H S L
Decimal 228 3 24 0 0.99 0.89 0.11 354.4 0.97 0.45
Hex E4 3 18 0 63 59 B 162 61 2D
Octal 344 3 30 0 143 131 13 542 141 55
Binary 11100100 11 11000 0 1100011 1011001 1011 101100010 1100001 101101

Color Harmonies of #E40318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40318

Black with #E40318

Text Example


Text Example

White with #E40318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40318; }

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

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

background-color css

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

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

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

border-color css

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

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

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