Html Css Color HEX #E00514 Venetian Red

📋 copy color: '#E00514'

red 224 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #E00514

Tints of Venetian Red #E00514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 89.96%
G = 2.01%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E00514 (or 0xE00514) is known color: Venetian Red. HEX triplet: E0, 05 and 14. RGB value is (224,5,20). Sum of RGB (Red+Green+Blue) = 224+5+20=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E00514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00514 is #1FFAEB. Grayscale: #484848. Windows color (decimal): -2095852 or 1312224. OLE color: 1312224.

HSL color Cylindrical-coordinate representation of color #E00514: hue angle of 355.89º 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 #E00514 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 20 -
CMYK 0 0.98 0.91 0.12
HSL 355.89º 0.96% 0.45% -
HSV(B) 355.89º 0.98% 0.88% -
XYZ 30.92 16.01 2.12 -
YUV 72.19 98.55 236.28 -
System Red Green Blue C M Y K H S L
Decimal 224 5 20 0 0.98 0.91 0.12 355.89 0.96 0.45
Hex E0 5 14 0 62 5B C 164 60 2D
Octal 340 5 24 0 142 133 14 544 140 55
Binary 11100000 101 10100 0 1100010 1011011 1100 101100100 1100000 101101

Color Harmonies of #E00514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00514

Black with #E00514

Text Example


Text Example

White with #E00514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00514; }

 p { color: rgb(224,5,20); }

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

background-color css

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

 a { background-color: rgb(224,5,20); }

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

border-color css

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

 span { border-color: rgb(224,5,20); }

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