Html Css Color HEX #C50D11 Venetian Red

📋 copy color: '#C50D11'

red 197 ◦ green 13 ◦ blue 17

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

Shades of Venetian Red #C50D11

Tints of Venetian Red #C50D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.73%

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 86.78%
G = 5.73%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C50D11 (or 0xC50D11) is known color: Venetian Red. HEX triplet: C5, 0D and 11. RGB value is (197,13,17). Sum of RGB (Red+Green+Blue) = 197+13+17=227 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.78% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50D11 is #3AF2EE. Grayscale: #444444. Windows color (decimal): -3863279 or 1117637. OLE color: 1117637.

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

Color convert

RGB 197 13 17 -
CMYK 0 0.93 0.91 0.23
HSL 358.7º 0.88% 0.41% -
HSV(B) 358.7º 0.93% 0.77% -
XYZ 23.27 12.2 1.66 -
YUV 68.47 98.96 219.67 -
System Red Green Blue C M Y K H S L
Decimal 197 13 17 0 0.93 0.91 0.23 358.7 0.88 0.41
Hex C5 D 11 0 5D 5B 17 167 58 29
Octal 305 15 21 0 135 133 27 547 130 51
Binary 11000101 1101 10001 0 1011101 1011011 10111 101100111 1011000 101001

Color Harmonies of #C50D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D11

Black with #C50D11

Text Example


Text Example

White with #C50D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D11; }

 p { color: rgb(197,13,17); }

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

background-color css

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

 a { background-color: rgb(197,13,17); }

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

border-color css

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

 span { border-color: rgb(197,13,17); }

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