Html Css Color HEX #E6040D Venetian Red

📋 copy color: '#E6040D'

red 230 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #E6040D

Tints of Venetian Red #E6040D

RGB

 RED value IS 230 (90.23% from 255) = 93.12%

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

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

R = 93.12%
G = 1.62%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6040D (or 0xE6040D) is known color: Venetian Red. HEX triplet: E6, 04 and 0D. RGB value is (230,4,13). Sum of RGB (Red+Green+Blue) = 230+4+13=247 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.12% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 230 - color contains mainly: red. Hex color #E6040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6040D is #19FBF2. Grayscale: #484848. Windows color (decimal): -1702899 or 853222. OLE color: 853222.

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

Color convert

RGB 230 4 13 -
CMYK 0 0.98 0.94 0.10
HSL 357.61º 0.97% 0.46% -
HSV(B) 357.61º 0.98% 0.9% -
XYZ 32.75 16.94 1.92 -
YUV 72.6 94.37 240.27 -
System Red Green Blue C M Y K H S L
Decimal 230 4 13 0 0.98 0.94 0.10 357.61 0.97 0.46
Hex E6 4 D 0 62 5E A 166 61 2E
Octal 346 4 15 0 142 136 12 546 141 56
Binary 11100110 100 1101 0 1100010 1011110 1010 101100110 1100001 101110

Color Harmonies of #E6040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6040D

Black with #E6040D

Text Example


Text Example

White with #E6040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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