Html Css Color HEX #E00021 Venetian Red

📋 copy color: '#E00021'

red 224 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #E00021

Tints of Venetian Red #E00021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 87.16%
G = 0%
B = 12.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E00021 (or 0xE00021) is known color: Venetian Red. HEX triplet: E0, 00 and 21. RGB value is (224,0,33). Sum of RGB (Red+Green+Blue) = 224+0+33=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E00021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00021 is #1FFFDE. Grayscale: #464646. Windows color (decimal): -2097119 or 2162912. OLE color: 2162912.

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

Color convert

RGB 224 0 33 -
CMYK 0 1 0.85 0.12
HSL 351.16º 1% 0.44% -
HSV(B) 351.16º 1% 0.88% -
XYZ 31.01 15.96 2.88 -
YUV 70.74 106.71 237.32 -
System Red Green Blue C M Y K H S L
Decimal 224 0 33 0 1 0.85 0.12 351.16 1 0.44
Hex E0 0 21 0 64 55 C 15F 64 2C
Octal 340 0 41 0 144 125 14 537 144 54
Binary 11100000 0 100001 0 1100100 1010101 1100 101011111 1100100 101100

Color Harmonies of #E00021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00021

Black with #E00021

Text Example


Text Example

White with #E00021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00021; }

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

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

background-color css

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

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

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

border-color css

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

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

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