Html Css Color HEX #E0001F Venetian Red

📋 copy color: '#E0001F'

red 224 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #E0001F

Tints of Venetian Red #E0001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 87.84%
G = 0%
B = 12.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0001F (or 0xE0001F) is known color: Venetian Red. HEX triplet: E0, 00 and 1F. RGB value is (224,0,31). Sum of RGB (Red+Green+Blue) = 224+0+31=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E0001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0001F is #1FFFE0. Grayscale: #464646. Windows color (decimal): -2097121 or 2031840. OLE color: 2031840.

HSL color Cylindrical-coordinate representation of color #E0001F: hue angle of 351.7º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0001F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 31 -
CMYK 0 1 0.86 0.12
HSL 351.7º 1% 0.44% -
HSV(B) 351.7º 1% 0.88% -
XYZ 30.99 15.95 2.74 -
YUV 70.51 105.71 237.48 -
System Red Green Blue C M Y K H S L
Decimal 224 0 31 0 1 0.86 0.12 351.7 1 0.44
Hex E0 0 1F 0 64 56 C 160 64 2C
Octal 340 0 37 0 144 126 14 540 144 54
Binary 11100000 0 11111 0 1100100 1010110 1100 101100000 1100100 101100

Color Harmonies of #E0001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0001F

Black with #E0001F

Text Example


Text Example

White with #E0001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0001F; }

 p { color: rgb(224,0,31); }

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

background-color css

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

 a { background-color: rgb(224,0,31); }

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

border-color css

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

 span { border-color: rgb(224,0,31); }

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