Html Css Color HEX #E9040D Venetian Red

📋 copy color: '#E9040D'

red 233 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #E9040D

Tints of Venetian Red #E9040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 93.2%
G = 1.6%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9040D (or 0xE9040D) is known color: Venetian Red. HEX triplet: E9, 04 and 0D. RGB value is (233,4,13). Sum of RGB (Red+Green+Blue) = 233+4+13=250 (33% of max value = 765). Red value is 233 (91.41% from 255 or 93.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 233 - color contains mainly: red. Hex color #E9040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9040D is #16FBF2. Grayscale: #494949. Windows color (decimal): -1506291 or 853225. OLE color: 853225.

HSL color Cylindrical-coordinate representation of color #E9040D: hue angle of 357.64º 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 #E9040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 4 13 -
CMYK 0 0.98 0.94 0.09
HSL 357.64º 0.97% 0.46% -
HSV(B) 357.64º 0.98% 0.91% -
XYZ 33.72 17.44 1.97 -
YUV 73.5 93.87 241.77 -
System Red Green Blue C M Y K H S L
Decimal 233 4 13 0 0.98 0.94 0.09 357.64 0.97 0.46
Hex E9 4 D 0 62 5E 9 166 61 2E
Octal 351 4 15 0 142 136 11 546 141 56
Binary 11101001 100 1101 0 1100010 1011110 1001 101100110 1100001 101110

Color Harmonies of #E9040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9040D

Black with #E9040D

Text Example


Text Example

White with #E9040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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