Html Css Color HEX #C51A4A Cardinal

📋 copy color: '#C51A4A'

red 197 ◦ green 26 ◦ blue 74

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

Shades of Cardinal #C51A4A

Tints of Cardinal #C51A4A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 66.33%
G = 8.75%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C51A4A (or 0xC51A4A) is known color: Cardinal. HEX triplet: C5, 1A and 4A. RGB value is (197,26,74). Sum of RGB (Red+Green+Blue) = 197+26+74=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A4A is #3AE5B5. Grayscale: #525252. Windows color (decimal): -3859894 or 4856517. OLE color: 4856517.

HSL color Cylindrical-coordinate representation of color #C51A4A: hue angle of 343.16º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A4A is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 74 -
CMYK 0 0.87 0.62 0.23
HSL 343.16º 0.77% 0.44% -
HSV(B) 343.16º 0.87% 0.77% -
XYZ 24.63 13.1 7.71 -
YUV 82.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 197 26 74 0 0.87 0.62 0.23 343.16 0.77 0.44
Hex C5 1A 4A 0 57 3E 17 157 4D 2C
Octal 305 32 112 0 127 76 27 527 115 54
Binary 11000101 11010 1001010 0 1010111 111110 10111 101010111 1001101 101100

Color Harmonies of #C51A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A4A

Black with #C51A4A

Text Example


Text Example

White with #C51A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A4A; }

 p { color: rgb(197,26,74); }

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

background-color css

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

 a { background-color: rgb(197,26,74); }

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

border-color css

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

 span { border-color: rgb(197,26,74); }

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