Html Css Color HEX #C50029 Venetian Red

📋 copy color: '#C50029'

red 197 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #C50029

Tints of Venetian Red #C50029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 17.23%

R = 82.77%
G = 0%
B = 17.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C50029 (or 0xC50029) is known color: Venetian Red. HEX triplet: C5, 00 and 29. RGB value is (197,0,41). Sum of RGB (Red+Green+Blue) = 197+0+41=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C50029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50029 is #3AFFD6. Grayscale: #3F3F3F. Windows color (decimal): -3866583 or 2687173. OLE color: 2687173.

HSL color Cylindrical-coordinate representation of color #C50029: hue angle of 347.51º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50029 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 41 -
CMYK 0 1 0.79 0.23
HSL 347.51º 1% 0.39% -
HSV(B) 347.51º 1% 0.77% -
XYZ 23.43 12.03 3.19 -
YUV 63.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 197 0 41 0 1 0.79 0.23 347.51 1 0.39
Hex C5 0 29 0 64 4F 17 15C 64 27
Octal 305 0 51 0 144 117 27 534 144 47
Binary 11000101 0 101001 0 1100100 1001111 10111 101011100 1100100 100111

Color Harmonies of #C50029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50029

Black with #C50029

Text Example


Text Example

White with #C50029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50029; }

 p { color: rgb(197,0,41); }

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

background-color css

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

 a { background-color: rgb(197,0,41); }

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

border-color css

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

 span { border-color: rgb(197,0,41); }

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