Html Css Color HEX #E6040F Venetian Red

📋 copy color: '#E6040F'

red 230 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #E6040F

Tints of Venetian Red #E6040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 92.37%
G = 1.61%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6040F (or 0xE6040F) is known color: Venetian Red. HEX triplet: E6, 04 and 0F. RGB value is (230,4,15). Sum of RGB (Red+Green+Blue) = 230+4+15=249 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.37% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 230 - color contains mainly: red. Hex color #E6040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6040F is #19FBF0. Grayscale: #494949. Windows color (decimal): -1702897 or 984294. OLE color: 984294.

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

Color convert

RGB 230 4 15 -
CMYK 0 0.98 0.93 0.10
HSL 357.08º 0.97% 0.46% -
HSV(B) 357.08º 0.98% 0.9% -
XYZ 32.76 16.94 2 -
YUV 72.83 95.37 240.11 -
System Red Green Blue C M Y K H S L
Decimal 230 4 15 0 0.98 0.93 0.10 357.08 0.97 0.46
Hex E6 4 F 0 62 5D A 165 61 2E
Octal 346 4 17 0 142 135 12 545 141 56
Binary 11100110 100 1111 0 1100010 1011101 1010 101100101 1100001 101110

Color Harmonies of #E6040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6040F

Black with #E6040F

Text Example


Text Example

White with #E6040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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