Html Css Color HEX #C50136 Cardinal

📋 copy color: '#C50136'

red 197 ◦ green 1 ◦ blue 54

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

Shades of Cardinal #C50136

Tints of Cardinal #C50136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 78.17%
G = 0.4%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C50136 (or 0xC50136) is known color: Cardinal. HEX triplet: C5, 01 and 36. RGB value is (197,1,54). Sum of RGB (Red+Green+Blue) = 197+1+54=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C50136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50136 is #3AFEC9. Grayscale: #414141. Windows color (decimal): -3866314 or 3539397. OLE color: 3539397.

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

Color convert

RGB 197 1 54 -
CMYK 0 0.99 0.73 0.23
HSL 343.78º 0.99% 0.39% -
HSV(B) 343.78º 0.99% 0.77% -
XYZ 23.7 12.16 4.59 -
YUV 65.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 197 1 54 0 0.99 0.73 0.23 343.78 0.99 0.39
Hex C5 1 36 0 63 49 17 158 63 27
Octal 305 1 66 0 143 111 27 530 143 47
Binary 11000101 1 110110 0 1100011 1001001 10111 101011000 1100011 100111

Color Harmonies of #C50136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50136

Black with #C50136

Text Example


Text Example

White with #C50136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50136; }

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

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

background-color css

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

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

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

border-color css

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

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

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