Html Css Color HEX #E00318 Venetian Red

📋 copy color: '#E00318'

red 224 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #E00318

Tints of Venetian Red #E00318

RGB

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

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

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

R = 89.24%
G = 1.2%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E00318 (or 0xE00318) is known color: Venetian Red. HEX triplet: E0, 03 and 18. RGB value is (224,3,24). Sum of RGB (Red+Green+Blue) = 224+3+24=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E00318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00318 is #1FFCE7. Grayscale: #474747. Windows color (decimal): -2096360 or 1573856. OLE color: 1573856.

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

Color convert

RGB 224 3 24 -
CMYK 0 0.99 0.89 0.12
HSL 354.3º 0.97% 0.45% -
HSV(B) 354.3º 0.99% 0.88% -
XYZ 30.94 15.98 2.32 -
YUV 71.47 101.22 236.79 -
System Red Green Blue C M Y K H S L
Decimal 224 3 24 0 0.99 0.89 0.12 354.3 0.97 0.45
Hex E0 3 18 0 63 59 C 162 61 2D
Octal 340 3 30 0 143 131 14 542 141 55
Binary 11100000 11 11000 0 1100011 1011001 1100 101100010 1100001 101101

Color Harmonies of #E00318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00318

Black with #E00318

Text Example


Text Example

White with #E00318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00318; }

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

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

background-color css

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

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

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

border-color css

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

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

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