Html Css Color HEX #E60410 Venetian Red

📋 copy color: '#E60410'

red 230 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #E60410

Tints of Venetian Red #E60410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 92%
G = 1.6%
B = 6.4%

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

#E60410 (or 0xE60410) is known color: Venetian Red. HEX triplet: E6, 04 and 10. RGB value is (230,4,16). Sum of RGB (Red+Green+Blue) = 230+4+16=250 (33% of max value = 765). Red value is 230 (90.23% from 255 or 92% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 230 - color contains mainly: red. Hex color #E60410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60410 is #19FBEF. Grayscale: #494949. Windows color (decimal): -1702896 or 1049830. OLE color: 1049830.

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

Color convert

RGB 230 4 16 -
CMYK 0 0.98 0.93 0.10
HSL 356.81º 0.97% 0.46% -
HSV(B) 356.81º 0.98% 0.9% -
XYZ 32.77 16.95 2.03 -
YUV 72.94 95.87 240.02 -
System Red Green Blue C M Y K H S L
Decimal 230 4 16 0 0.98 0.93 0.10 356.81 0.97 0.46
Hex E6 4 10 0 62 5D A 165 61 2E
Octal 346 4 20 0 142 135 12 545 141 56
Binary 11100110 100 10000 0 1100010 1011101 1010 101100101 1100001 101110

Color Harmonies of #E60410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60410

Black with #E60410

Text Example


Text Example

White with #E60410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60410; }

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

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

background-color css

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

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

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

border-color css

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

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

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