Html Css Color HEX #C50139 Cardinal

📋 copy color: '#C50139'

red 197 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #C50139

Tints of Cardinal #C50139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.35%

R = 77.25%
G = 0.39%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C50139 (or 0xC50139) is known color: Cardinal. HEX triplet: C5, 01 and 39. RGB value is (197,1,57). Sum of RGB (Red+Green+Blue) = 197+1+57=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C50139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50139 is #3AFEC6. Grayscale: #414141. Windows color (decimal): -3866311 or 3736005. OLE color: 3736005.

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

Color convert

RGB 197 1 57 -
CMYK 0 0.99 0.71 0.23
HSL 342.86º 0.99% 0.39% -
HSV(B) 342.86º 0.99% 0.77% -
XYZ 23.78 12.19 4.97 -
YUV 65.99 122.93 221.45 -
System Red Green Blue C M Y K H S L
Decimal 197 1 57 0 0.99 0.71 0.23 342.86 0.99 0.39
Hex C5 1 39 0 63 47 17 157 63 27
Octal 305 1 71 0 143 107 27 527 143 47
Binary 11000101 1 111001 0 1100011 1000111 10111 101010111 1100011 100111

Color Harmonies of #C50139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50139

Black with #C50139

Text Example


Text Example

White with #C50139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50139; }

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

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

background-color css

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

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

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

border-color css

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

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

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