Html Css Color HEX #C50E14 Venetian Red

📋 copy color: '#C50E14'

red 197 ◦ green 14 ◦ blue 20

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

Shades of Venetian Red #C50E14

Tints of Venetian Red #C50E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

 BLUE value IS 20 (8.2% from 255) = 8.66%

R = 85.28%
G = 6.06%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C50E14 (or 0xC50E14) is known color: Venetian Red. HEX triplet: C5, 0E and 14. RGB value is (197,14,20). Sum of RGB (Red+Green+Blue) = 197+14+20=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50E14 is #3AF1EB. Grayscale: #454545. Windows color (decimal): -3863020 or 1314501. OLE color: 1314501.

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

Color convert

RGB 197 14 20 -
CMYK 0 0.93 0.90 0.23
HSL 358.03º 0.87% 0.41% -
HSV(B) 358.03º 0.93% 0.77% -
XYZ 23.31 12.23 1.79 -
YUV 69.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 197 14 20 0 0.93 0.90 0.23 358.03 0.87 0.41
Hex C5 E 14 0 5D 5A 17 166 57 29
Octal 305 16 24 0 135 132 27 546 127 51
Binary 11000101 1110 10100 0 1011101 1011010 10111 101100110 1010111 101001

Color Harmonies of #C50E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E14

Black with #C50E14

Text Example


Text Example

White with #C50E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E14; }

 p { color: rgb(197,14,20); }

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

background-color css

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

 a { background-color: rgb(197,14,20); }

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

border-color css

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

 span { border-color: rgb(197,14,20); }

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