Html Css Color HEX #C50127 Venetian Red

📋 copy color: '#C50127'

red 197 ◦ green 1 ◦ blue 39

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

Shades of Venetian Red #C50127

Tints of Venetian Red #C50127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.46%

R = 83.12%
G = 0.42%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C50127 (or 0xC50127) is known color: Venetian Red. HEX triplet: C5, 01 and 27. RGB value is (197,1,39). Sum of RGB (Red+Green+Blue) = 197+1+39=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C50127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50127 is #3AFED8. Grayscale: #3F3F3F. Windows color (decimal): -3866329 or 2556357. OLE color: 2556357.

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

Color convert

RGB 197 1 39 -
CMYK 0 0.99 0.80 0.23
HSL 348.37º 0.99% 0.39% -
HSV(B) 348.37º 0.99% 0.77% -
XYZ 23.4 12.04 3.01 -
YUV 63.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 197 1 39 0 0.99 0.80 0.23 348.37 0.99 0.39
Hex C5 1 27 0 63 50 17 15C 63 27
Octal 305 1 47 0 143 120 27 534 143 47
Binary 11000101 1 100111 0 1100011 1010000 10111 101011100 1100011 100111

Color Harmonies of #C50127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50127

Black with #C50127

Text Example


Text Example

White with #C50127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50127; }

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

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

background-color css

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

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

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

border-color css

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

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

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