Html Css Color HEX #E0021D Venetian Red

📋 copy color: '#E0021D'

red 224 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #E0021D

Tints of Venetian Red #E0021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 87.84%
G = 0.78%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0021D (or 0xE0021D) is known color: Venetian Red. HEX triplet: E0, 02 and 1D. RGB value is (224,2,29). Sum of RGB (Red+Green+Blue) = 224+2+29=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E0021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0021D is #1FFDE2. Grayscale: #474747. Windows color (decimal): -2096611 or 1901280. OLE color: 1901280.

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

Color convert

RGB 224 2 29 -
CMYK 0 0.99 0.87 0.12
HSL 352.7º 0.98% 0.44% -
HSV(B) 352.7º 0.99% 0.88% -
XYZ 30.98 15.98 2.61 -
YUV 71.46 104.05 236.8 -
System Red Green Blue C M Y K H S L
Decimal 224 2 29 0 0.99 0.87 0.12 352.7 0.98 0.44
Hex E0 2 1D 0 63 57 C 161 62 2C
Octal 340 2 35 0 143 127 14 541 142 54
Binary 11100000 10 11101 0 1100011 1010111 1100 101100001 1100010 101100

Color Harmonies of #E0021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0021D

Black with #E0021D

Text Example


Text Example

White with #E0021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0021D; }

 p { color: rgb(224,2,29); }

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

background-color css

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

 a { background-color: rgb(224,2,29); }

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

border-color css

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

 span { border-color: rgb(224,2,29); }

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