Html Css Color HEX #C50126 Venetian Red

📋 copy color: '#C50126'

red 197 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #C50126

Tints of Venetian Red #C50126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.1%

R = 83.47%
G = 0.42%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C50126 (or 0xC50126) is known color: Venetian Red. HEX triplet: C5, 01 and 26. RGB value is (197,1,38). Sum of RGB (Red+Green+Blue) = 197+1+38=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C50126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50126 is #3AFED9. Grayscale: #3F3F3F. Windows color (decimal): -3866330 or 2490821. OLE color: 2490821.

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

Color convert

RGB 197 1 38 -
CMYK 0 0.99 0.81 0.23
HSL 348.67º 0.99% 0.39% -
HSV(B) 348.67º 0.99% 0.77% -
XYZ 23.39 12.03 2.92 -
YUV 63.82 113.43 222.99 -
System Red Green Blue C M Y K H S L
Decimal 197 1 38 0 0.99 0.81 0.23 348.67 0.99 0.39
Hex C5 1 26 0 63 51 17 15D 63 27
Octal 305 1 46 0 143 121 27 535 143 47
Binary 11000101 1 100110 0 1100011 1010001 10111 101011101 1100011 100111

Color Harmonies of #C50126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50126

Black with #C50126

Text Example


Text Example

White with #C50126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50126; }

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

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

background-color css

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

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

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

border-color css

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

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

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