Html Css Color HEX #C50125 Venetian Red

📋 copy color: '#C50125'

red 197 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #C50125

Tints of Venetian Red #C50125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.74%

R = 83.83%
G = 0.43%
B = 15.74%

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

#C50125 (or 0xC50125) is known color: Venetian Red. HEX triplet: C5, 01 and 25. RGB value is (197,1,37). Sum of RGB (Red+Green+Blue) = 197+1+37=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C50125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50125 is #3AFEDA. Grayscale: #3F3F3F. Windows color (decimal): -3866331 or 2425285. OLE color: 2425285.

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

Color convert

RGB 197 1 37 -
CMYK 0 0.99 0.81 0.23
HSL 348.98º 0.99% 0.39% -
HSV(B) 348.98º 0.99% 0.77% -
XYZ 23.37 12.03 2.84 -
YUV 63.71 112.93 223.07 -
System Red Green Blue C M Y K H S L
Decimal 197 1 37 0 0.99 0.81 0.23 348.98 0.99 0.39
Hex C5 1 25 0 63 51 17 15D 63 27
Octal 305 1 45 0 143 121 27 535 143 47
Binary 11000101 1 100101 0 1100011 1010001 10111 101011101 1100011 100111

Color Harmonies of #C50125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50125

Black with #C50125

Text Example


Text Example

White with #C50125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50125; }

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

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

background-color css

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

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

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

border-color css

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

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

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