Html Css Color HEX #E60315 Venetian Red

📋 copy color: '#E60315'

red 230 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #E60315

Tints of Venetian Red #E60315

RGB

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

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

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

R = 90.55%
G = 1.18%
B = 8.27%

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

#E60315 (or 0xE60315) is known color: Venetian Red. HEX triplet: E6, 03 and 15. RGB value is (230,3,21). Sum of RGB (Red+Green+Blue) = 230+3+21=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E60315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60315 is #19FCEA. Grayscale: #494949. Windows color (decimal): -1703147 or 1377254. OLE color: 1377254.

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

Color convert

RGB 230 3 21 -
CMYK 0 0.99 0.91 0.10
HSL 355.24º 0.97% 0.46% -
HSV(B) 355.24º 0.99% 0.9% -
XYZ 32.8 16.94 2.25 -
YUV 72.93 98.71 240.04 -
System Red Green Blue C M Y K H S L
Decimal 230 3 21 0 0.99 0.91 0.10 355.24 0.97 0.46
Hex E6 3 15 0 63 5B A 163 61 2E
Octal 346 3 25 0 143 133 12 543 141 56
Binary 11100110 11 10101 0 1100011 1011011 1010 101100011 1100001 101110

Color Harmonies of #E60315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60315

Black with #E60315

Text Example


Text Example

White with #E60315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60315; }

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

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

background-color css

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

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

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

border-color css

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

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

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