Html Css Color HEX #C50B13 Venetian Red

📋 copy color: '#C50B13'

red 197 ◦ green 11 ◦ blue 19

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

Shades of Venetian Red #C50B13

Tints of Venetian Red #C50B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.85%

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

R = 86.78%
G = 4.85%
B = 8.37%

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

#C50B13 (or 0xC50B13) is known color: Venetian Red. HEX triplet: C5, 0B and 13. RGB value is (197,11,19). Sum of RGB (Red+Green+Blue) = 197+11+19=227 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.78% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50B13 is #3AF4EC. Grayscale: #434343. Windows color (decimal): -3863789 or 1248197. OLE color: 1248197.

HSL color Cylindrical-coordinate representation of color #C50B13: hue angle of 357.42º 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 #C50B13 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 11 19 -
CMYK 0 0.94 0.90 0.23
HSL 357.42º 0.89% 0.41% -
HSV(B) 357.42º 0.94% 0.77% -
XYZ 23.26 12.16 1.74 -
YUV 67.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 197 11 19 0 0.94 0.90 0.23 357.42 0.89 0.41
Hex C5 B 13 0 5E 5A 17 165 59 29
Octal 305 13 23 0 136 132 27 545 131 51
Binary 11000101 1011 10011 0 1011110 1011010 10111 101100101 1011001 101001

Color Harmonies of #C50B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B13

Black with #C50B13

Text Example


Text Example

White with #C50B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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