Html Css Color HEX #E60418 Venetian Red

📋 copy color: '#E60418'

red 230 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #E60418

Tints of Venetian Red #E60418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 89.15%
G = 1.55%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E60418 (or 0xE60418) is known color: Venetian Red. HEX triplet: E6, 04 and 18. RGB value is (230,4,24). Sum of RGB (Red+Green+Blue) = 230+4+24=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E60418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60418 is #19FBE7. Grayscale: #4A4A4A. Windows color (decimal): -1702888 or 1574118. OLE color: 1574118.

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

Color convert

RGB 230 4 24 -
CMYK 0 0.98 0.90 0.10
HSL 354.69º 0.97% 0.46% -
HSV(B) 354.69º 0.98% 0.9% -
XYZ 32.84 16.98 2.41 -
YUV 73.85 99.87 239.37 -
System Red Green Blue C M Y K H S L
Decimal 230 4 24 0 0.98 0.90 0.10 354.69 0.97 0.46
Hex E6 4 18 0 62 5A A 163 61 2E
Octal 346 4 30 0 142 132 12 543 141 56
Binary 11100110 100 11000 0 1100010 1011010 1010 101100011 1100001 101110

Color Harmonies of #E60418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60418

Black with #E60418

Text Example


Text Example

White with #E60418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60418; }

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

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

background-color css

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

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

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

border-color css

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

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

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