Html Css Color HEX #E6040C Venetian Red

📋 copy color: '#E6040C'

red 230 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #E6040C

Tints of Venetian Red #E6040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 93.5%
G = 1.63%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6040C (or 0xE6040C) is known color: Venetian Red. HEX triplet: E6, 04 and 0C. RGB value is (230,4,12). Sum of RGB (Red+Green+Blue) = 230+4+12=246 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.50% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 230 - color contains mainly: red. Hex color #E6040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6040C is #19FBF3. Grayscale: #484848. Windows color (decimal): -1702900 or 787686. OLE color: 787686.

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

Color convert

RGB 230 4 12 -
CMYK 0 0.98 0.95 0.10
HSL 357.88º 0.97% 0.46% -
HSV(B) 357.88º 0.98% 0.9% -
XYZ 32.74 16.94 1.89 -
YUV 72.49 93.87 240.35 -
System Red Green Blue C M Y K H S L
Decimal 230 4 12 0 0.98 0.95 0.10 357.88 0.97 0.46
Hex E6 4 C 0 62 5F A 166 61 2E
Octal 346 4 14 0 142 137 12 546 141 56
Binary 11100110 100 1100 0 1100010 1011111 1010 101100110 1100001 101110

Color Harmonies of #E6040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6040C

Black with #E6040C

Text Example


Text Example

White with #E6040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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