Html Css Color HEX #C51249 Cardinal

📋 copy color: '#C51249'

red 197 ◦ green 18 ◦ blue 73

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

Shades of Cardinal #C51249

Tints of Cardinal #C51249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 68.4%
G = 6.25%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C51249 (or 0xC51249) is known color: Cardinal. HEX triplet: C5, 12 and 49. RGB value is (197,18,73). Sum of RGB (Red+Green+Blue) = 197+18+73=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C51249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51249 is #3AEDB6. Grayscale: #4D4D4D. Windows color (decimal): -3861943 or 4788933. OLE color: 4788933.

HSL color Cylindrical-coordinate representation of color #C51249: hue angle of 341.56º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51249 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 73 -
CMYK 0 0.91 0.63 0.23
HSL 341.56º 0.83% 0.42% -
HSV(B) 341.56º 0.91% 0.77% -
XYZ 24.44 12.78 7.48 -
YUV 77.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 197 18 73 0 0.91 0.63 0.23 341.56 0.83 0.42
Hex C5 12 49 0 5B 3F 17 156 53 2A
Octal 305 22 111 0 133 77 27 526 123 52
Binary 11000101 10010 1001001 0 1011011 111111 10111 101010110 1010011 101010

Color Harmonies of #C51249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51249

Black with #C51249

Text Example


Text Example

White with #C51249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51249; }

 p { color: rgb(197,18,73); }

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

background-color css

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

 a { background-color: rgb(197,18,73); }

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

border-color css

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

 span { border-color: rgb(197,18,73); }

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