Html Css Color HEX #C51D4A Cardinal

📋 copy color: '#C51D4A'

red 197 ◦ green 29 ◦ blue 74

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

Shades of Cardinal #C51D4A

Tints of Cardinal #C51D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

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

R = 65.67%
G = 9.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C51D4A (or 0xC51D4A) is known color: Cardinal. HEX triplet: C5, 1D and 4A. RGB value is (197,29,74). Sum of RGB (Red+Green+Blue) = 197+29+74=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D4A is #3AE2B5. Grayscale: #545454. Windows color (decimal): -3859126 or 4857285. OLE color: 4857285.

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

Color convert

RGB 197 29 74 -
CMYK 0 0.85 0.62 0.23
HSL 343.93º 0.74% 0.44% -
HSV(B) 343.93º 0.85% 0.77% -
XYZ 24.7 13.24 7.73 -
YUV 84.36 122.16 208.34 -
System Red Green Blue C M Y K H S L
Decimal 197 29 74 0 0.85 0.62 0.23 343.93 0.74 0.44
Hex C5 1D 4A 0 55 3E 17 158 4A 2C
Octal 305 35 112 0 125 76 27 530 112 54
Binary 11000101 11101 1001010 0 1010101 111110 10111 101011000 1001010 101100

Color Harmonies of #C51D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D4A

Black with #C51D4A

Text Example


Text Example

White with #C51D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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