Html Css Color HEX #E00015 Venetian Red

📋 copy color: '#E00015'

red 224 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #E00015

Tints of Venetian Red #E00015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 91.43%
G = 0%
B = 8.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E00015 (or 0xE00015) is known color: Venetian Red. HEX triplet: E0, 00 and 15. RGB value is (224,0,21). Sum of RGB (Red+Green+Blue) = 224+0+21=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E00015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00015 is #1FFFEA. Grayscale: #454545. Windows color (decimal): -2097131 or 1376480. OLE color: 1376480.

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

Color convert

RGB 224 0 21 -
CMYK 0 1 0.91 0.12
HSL 354.38º 1% 0.44% -
HSV(B) 354.38º 1% 0.88% -
XYZ 30.88 15.9 2.15 -
YUV 69.37 100.71 238.29 -
System Red Green Blue C M Y K H S L
Decimal 224 0 21 0 1 0.91 0.12 354.38 1 0.44
Hex E0 0 15 0 64 5B C 162 64 2C
Octal 340 0 25 0 144 133 14 542 144 54
Binary 11100000 0 10101 0 1100100 1011011 1100 101100010 1100100 101100

Color Harmonies of #E00015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00015

Black with #E00015

Text Example


Text Example

White with #E00015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00015; }

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

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

background-color css

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

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

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

border-color css

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

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

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