Html Css Color HEX #C50119 Venetian Red

📋 copy color: '#C50119'

red 197 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #C50119

Tints of Venetian Red #C50119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 25 (10.16% from 255) = 11.21%

R = 88.34%
G = 0.45%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C50119 (or 0xC50119) is known color: Venetian Red. HEX triplet: C5, 01 and 19. RGB value is (197,1,25). Sum of RGB (Red+Green+Blue) = 197+1+25=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C50119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50119 is #3AFEE6. Grayscale: #3E3E3E. Windows color (decimal): -3866343 or 1638853. OLE color: 1638853.

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

Color convert

RGB 197 1 25 -
CMYK 0 0.99 0.87 0.23
HSL 352.65º 0.99% 0.39% -
HSV(B) 352.65º 0.99% 0.77% -
XYZ 23.21 11.96 2.01 -
YUV 62.34 106.93 224.05 -
System Red Green Blue C M Y K H S L
Decimal 197 1 25 0 0.99 0.87 0.23 352.65 0.99 0.39
Hex C5 1 19 0 63 57 17 161 63 27
Octal 305 1 31 0 143 127 27 541 143 47
Binary 11000101 1 11001 0 1100011 1010111 10111 101100001 1100011 100111

Color Harmonies of #C50119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50119

Black with #C50119

Text Example


Text Example

White with #C50119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50119; }

 p { color: rgb(197,1,25); }

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

background-color css

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

 a { background-color: rgb(197,1,25); }

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

border-color css

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

 span { border-color: rgb(197,1,25); }

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