Html Css Color HEX #E0010D Venetian Red

📋 copy color: '#E0010D'

red 224 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #E0010D

Tints of Venetian Red #E0010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 94.12%
G = 0.42%
B = 5.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0010D (or 0xE0010D) is known color: Venetian Red. HEX triplet: E0, 01 and 0D. RGB value is (224,1,13). Sum of RGB (Red+Green+Blue) = 224+1+13=238 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.12% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 224 - color contains mainly: red. Hex color #E0010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0010D is #1FFEF2. Grayscale: #454545. Windows color (decimal): -2096883 or 852448. OLE color: 852448.

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

Color convert

RGB 224 1 13 -
CMYK 0 1.00 0.94 0.12
HSL 356.77º 0.99% 0.44% -
HSV(B) 356.77º 1% 0.88% -
XYZ 30.82 15.9 1.82 -
YUV 69.05 96.38 238.52 -
System Red Green Blue C M Y K H S L
Decimal 224 1 13 0 1.00 0.94 0.12 356.77 0.99 0.44
Hex E0 1 D 0 64 5E C 165 63 2C
Octal 340 1 15 0 144 136 14 545 143 54
Binary 11100000 1 1101 0 1100100 1011110 1100 101100101 1100011 101100

Color Harmonies of #E0010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0010D

Black with #E0010D

Text Example


Text Example

White with #E0010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0010D; }

 p { color: rgb(224,1,13); }

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

background-color css

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

 a { background-color: rgb(224,1,13); }

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

border-color css

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

 span { border-color: rgb(224,1,13); }

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