Html Css Color HEX #E60318 Venetian Red

📋 copy color: '#E60318'

red 230 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #E60318

Tints of Venetian Red #E60318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 89.49%
G = 1.17%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E60318 (or 0xE60318) is known color: Venetian Red. HEX triplet: E6, 03 and 18. RGB value is (230,3,24). Sum of RGB (Red+Green+Blue) = 230+3+24=257 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.49% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 230 - color contains mainly: red. Hex color #E60318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60318 is #19FCE7. Grayscale: #494949. Windows color (decimal): -1703144 or 1573862. OLE color: 1573862.

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

Color convert

RGB 230 3 24 -
CMYK 0 0.99 0.90 0.10
HSL 354.45º 0.97% 0.46% -
HSV(B) 354.45º 0.99% 0.9% -
XYZ 32.83 16.95 2.41 -
YUV 73.27 100.21 239.79 -
System Red Green Blue C M Y K H S L
Decimal 230 3 24 0 0.99 0.90 0.10 354.45 0.97 0.46
Hex E6 3 18 0 63 5A A 162 61 2E
Octal 346 3 30 0 143 132 12 542 141 56
Binary 11100110 11 11000 0 1100011 1011010 1010 101100010 1100001 101110

Color Harmonies of #E60318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60318

Black with #E60318

Text Example


Text Example

White with #E60318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60318; }

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

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

background-color css

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

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

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

border-color css

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

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

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