Html Css Color HEX #E0040A Venetian Red

📋 copy color: '#E0040A'

red 224 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #E0040A

Tints of Venetian Red #E0040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 10 (4.3% from 255) = 4.2%

R = 94.12%
G = 1.68%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0040A (or 0xE0040A) is known color: Venetian Red. HEX triplet: E0, 04 and 0A. RGB value is (224,4,10). Sum of RGB (Red+Green+Blue) = 224+4+10=238 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.12% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 224 - color contains mainly: red. Hex color #E0040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0040A is #1FFBF5. Grayscale: #464646. Windows color (decimal): -2096118 or 656608. OLE color: 656608.

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

Color convert

RGB 224 4 10 -
CMYK 0 0.98 0.96 0.12
HSL 358.36º 0.96% 0.45% -
HSV(B) 358.36º 0.98% 0.88% -
XYZ 30.84 15.96 1.74 -
YUV 70.46 93.89 237.51 -
System Red Green Blue C M Y K H S L
Decimal 224 4 10 0 0.98 0.96 0.12 358.36 0.96 0.45
Hex E0 4 A 0 62 60 C 166 60 2D
Octal 340 4 12 0 142 140 14 546 140 55
Binary 11100000 100 1010 0 1100010 1100000 1100 101100110 1100000 101101

Color Harmonies of #E0040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0040A

Black with #E0040A

Text Example


Text Example

White with #E0040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0040A; }

 p { color: rgb(224,4,10); }

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

background-color css

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

 a { background-color: rgb(224,4,10); }

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

border-color css

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

 span { border-color: rgb(224,4,10); }

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