Html Css Color HEX #E9040A Venetian Red

📋 copy color: '#E9040A'

red 233 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #E9040A

Tints of Venetian Red #E9040A

RGB

 RED value IS 233 (91.41% from 255) = 94.33%

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

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

R = 94.33%
G = 1.62%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9040A (or 0xE9040A) is known color: Venetian Red. HEX triplet: E9, 04 and 0A. RGB value is (233,4,10). Sum of RGB (Red+Green+Blue) = 233+4+10=247 (32% of max value = 765). Red value is 233 (91.41% from 255 or 94.33% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 233 - color contains mainly: red. Hex color #E9040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9040A is #16FBF5. Grayscale: #494949. Windows color (decimal): -1506294 or 656617. OLE color: 656617.

HSL color Cylindrical-coordinate representation of color #E9040A: hue angle of 358.43º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9040A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 4 10 -
CMYK 0 0.98 0.96 0.09
HSL 358.43º 0.97% 0.46% -
HSV(B) 358.43º 0.98% 0.91% -
XYZ 33.7 17.43 1.88 -
YUV 73.16 92.37 242.01 -
System Red Green Blue C M Y K H S L
Decimal 233 4 10 0 0.98 0.96 0.09 358.43 0.97 0.46
Hex E9 4 A 0 62 60 9 166 61 2E
Octal 351 4 12 0 142 140 11 546 141 56
Binary 11101001 100 1010 0 1100010 1100000 1001 101100110 1100001 101110

Color Harmonies of #E9040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9040A

Black with #E9040A

Text Example


Text Example

White with #E9040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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