Html Css Color HEX #C50115 Venetian Red

📋 copy color: '#C50115'

red 197 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #C50115

Tints of Venetian Red #C50115

RGB

 RED value IS 197 (77.34% from 255) = 89.95%

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 89.95%
G = 0.46%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C50115 (or 0xC50115) is known color: Venetian Red. HEX triplet: C5, 01 and 15. RGB value is (197,1,21). Sum of RGB (Red+Green+Blue) = 197+1+21=219 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.95% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 197 - color contains mainly: red. Hex color #C50115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50115 is #3AFEEA. Grayscale: #3E3E3E. Windows color (decimal): -3866347 or 1376709. OLE color: 1376709.

HSL color Cylindrical-coordinate representation of color #C50115: hue angle of 353.88º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50115 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 21 -
CMYK 0 0.99 0.89 0.23
HSL 353.88º 0.99% 0.39% -
HSV(B) 353.88º 0.99% 0.77% -
XYZ 23.17 11.95 1.79 -
YUV 61.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 197 1 21 0 0.99 0.89 0.23 353.88 0.99 0.39
Hex C5 1 15 0 63 59 17 162 63 27
Octal 305 1 25 0 143 131 27 542 143 47
Binary 11000101 1 10101 0 1100011 1011001 10111 101100010 1100011 100111

Color Harmonies of #C50115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50115

Black with #C50115

Text Example


Text Example

White with #C50115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50115; }

 p { color: rgb(197,1,21); }

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

background-color css

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

 a { background-color: rgb(197,1,21); }

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

border-color css

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

 span { border-color: rgb(197,1,21); }

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