Html Css Color HEX #C51D46 Cardinal

📋 copy color: '#C51D46'

red 197 ◦ green 29 ◦ blue 70

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

Shades of Cardinal #C51D46

Tints of Cardinal #C51D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 66.55%
G = 9.8%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C51D46 (or 0xC51D46) is known color: Cardinal. HEX triplet: C5, 1D and 46. RGB value is (197,29,70). Sum of RGB (Red+Green+Blue) = 197+29+70=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D46 is #3AE2B9. Grayscale: #535353. Windows color (decimal): -3859130 or 4595141. OLE color: 4595141.

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

Color convert

RGB 197 29 70 -
CMYK 0 0.85 0.64 0.23
HSL 345.36º 0.74% 0.44% -
HSV(B) 345.36º 0.85% 0.77% -
XYZ 24.57 13.19 7.05 -
YUV 83.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 197 29 70 0 0.85 0.64 0.23 345.36 0.74 0.44
Hex C5 1D 46 0 55 40 17 159 4A 2C
Octal 305 35 106 0 125 100 27 531 112 54
Binary 11000101 11101 1000110 0 1010101 1000000 10111 101011001 1001010 101100

Color Harmonies of #C51D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D46

Black with #C51D46

Text Example


Text Example

White with #C51D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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