Html Css Color HEX #C50C13 Venetian Red

📋 copy color: '#C50C13'

red 197 ◦ green 12 ◦ blue 19

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

Shades of Venetian Red #C50C13

Tints of Venetian Red #C50C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.26%

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 86.4%
G = 5.26%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C50C13 (or 0xC50C13) is known color: Venetian Red. HEX triplet: C5, 0C and 13. RGB value is (197,12,19). Sum of RGB (Red+Green+Blue) = 197+12+19=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50C13 is #3AF3EC. Grayscale: #444444. Windows color (decimal): -3863533 or 1248453. OLE color: 1248453.

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

Color convert

RGB 197 12 19 -
CMYK 0 0.94 0.90 0.23
HSL 357.73º 0.89% 0.41% -
HSV(B) 357.73º 0.94% 0.77% -
XYZ 23.27 12.18 1.74 -
YUV 68.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 197 12 19 0 0.94 0.90 0.23 357.73 0.89 0.41
Hex C5 C 13 0 5E 5A 17 166 59 29
Octal 305 14 23 0 136 132 27 546 131 51
Binary 11000101 1100 10011 0 1011110 1011010 10111 101100110 1011001 101001

Color Harmonies of #C50C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50C13

Black with #C50C13

Text Example


Text Example

White with #C50C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50C13; }

 p { color: rgb(197,12,19); }

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

background-color css

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

 a { background-color: rgb(197,12,19); }

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

border-color css

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

 span { border-color: rgb(197,12,19); }

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