Html Css Color HEX #E00418 Venetian Red

📋 copy color: '#E00418'

red 224 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #E00418

Tints of Venetian Red #E00418

RGB

 RED value IS 224 (87.89% from 255) = 88.89%

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 88.89%
G = 1.59%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E00418 (or 0xE00418) is known color: Venetian Red. HEX triplet: E0, 04 and 18. RGB value is (224,4,24). Sum of RGB (Red+Green+Blue) = 224+4+24=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E00418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00418 is #1FFBE7. Grayscale: #484848. Windows color (decimal): -2096104 or 1574112. OLE color: 1574112.

HSL color Cylindrical-coordinate representation of color #E00418: hue angle of 354.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00418 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 24 -
CMYK 0 0.98 0.89 0.12
HSL 354.55º 0.96% 0.45% -
HSV(B) 354.55º 0.98% 0.88% -
XYZ 30.95 16 2.32 -
YUV 72.06 100.89 236.37 -
System Red Green Blue C M Y K H S L
Decimal 224 4 24 0 0.98 0.89 0.12 354.55 0.96 0.45
Hex E0 4 18 0 62 59 C 163 60 2D
Octal 340 4 30 0 142 131 14 543 140 55
Binary 11100000 100 11000 0 1100010 1011001 1100 101100011 1100000 101101

Color Harmonies of #E00418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00418

Black with #E00418

Text Example


Text Example

White with #E00418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00418; }

 p { color: rgb(224,4,24); }

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

background-color css

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

 a { background-color: rgb(224,4,24); }

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

border-color css

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

 span { border-color: rgb(224,4,24); }

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