Html Css Color HEX #E60215 Venetian Red

📋 copy color: '#E60215'

red 230 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #E60215

Tints of Venetian Red #E60215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 90.91%
G = 0.79%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E60215 (or 0xE60215) is known color: Venetian Red. HEX triplet: E6, 02 and 15. RGB value is (230,2,21). Sum of RGB (Red+Green+Blue) = 230+2+21=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60215 is #19FDEA. Grayscale: #484848. Windows color (decimal): -1703403 or 1376998. OLE color: 1376998.

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

Color convert

RGB 230 2 21 -
CMYK 0 0.99 0.91 0.10
HSL 355º 0.98% 0.45% -
HSV(B) 355º 0.99% 0.9% -
XYZ 32.79 16.92 2.25 -
YUV 72.34 99.04 240.46 -
System Red Green Blue C M Y K H S L
Decimal 230 2 21 0 0.99 0.91 0.10 355 0.98 0.45
Hex E6 2 15 0 63 5B A 163 62 2D
Octal 346 2 25 0 143 133 12 543 142 55
Binary 11100110 10 10101 0 1100011 1011011 1010 101100011 1100010 101101

Color Harmonies of #E60215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60215

Black with #E60215

Text Example


Text Example

White with #E60215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60215; }

 p { color: rgb(230,2,21); }

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

background-color css

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

 a { background-color: rgb(230,2,21); }

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

border-color css

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

 span { border-color: rgb(230,2,21); }

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