Html Css Color HEX #C50210 Venetian Red

📋 copy color: '#C50210'

red 197 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #C50210

Tints of Venetian Red #C50210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 91.63%
G = 0.93%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C50210 (or 0xC50210) is known color: Venetian Red. HEX triplet: C5, 02 and 10. RGB value is (197,2,16). Sum of RGB (Red+Green+Blue) = 197+2+16=215 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.63% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 197 - color contains mainly: red. Hex color #C50210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50210 is #3AFDEF. Grayscale: #3E3E3E. Windows color (decimal): -3866096 or 1049285. OLE color: 1049285.

HSL color Cylindrical-coordinate representation of color #C50210: hue angle of 355.69º degrees, saturation: 0.98, 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 #C50210 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 16 -
CMYK 0 0.99 0.92 0.23
HSL 355.69º 0.98% 0.39% -
HSV(B) 355.69º 0.99% 0.77% -
XYZ 23.14 11.95 1.58 -
YUV 61.9 102.1 224.36 -
System Red Green Blue C M Y K H S L
Decimal 197 2 16 0 0.99 0.92 0.23 355.69 0.98 0.39
Hex C5 2 10 0 63 5C 17 164 62 27
Octal 305 2 20 0 143 134 27 544 142 47
Binary 11000101 10 10000 0 1100011 1011100 10111 101100100 1100010 100111

Color Harmonies of #C50210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50210

Black with #C50210

Text Example


Text Example

White with #C50210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50210; }

 p { color: rgb(197,2,16); }

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

background-color css

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

 a { background-color: rgb(197,2,16); }

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

border-color css

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

 span { border-color: rgb(197,2,16); }

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