Html Css Color HEX #C51746 Cardinal

📋 copy color: '#C51746'

red 197 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #C51746

Tints of Cardinal #C51746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

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

R = 67.93%
G = 7.93%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C51746 (or 0xC51746) is known color: Cardinal. HEX triplet: C5, 17 and 46. RGB value is (197,23,70). Sum of RGB (Red+Green+Blue) = 197+23+70=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C51746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51746 is #3AE8B9. Grayscale: #505050. Windows color (decimal): -3860666 or 4593605. OLE color: 4593605.

HSL color Cylindrical-coordinate representation of color #C51746: hue angle of 343.79º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51746 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 70 -
CMYK 0 0.88 0.64 0.23
HSL 343.79º 0.79% 0.43% -
HSV(B) 343.79º 0.88% 0.77% -
XYZ 24.44 12.93 7 -
YUV 80.38 122.15 211.18 -
System Red Green Blue C M Y K H S L
Decimal 197 23 70 0 0.88 0.64 0.23 343.79 0.79 0.43
Hex C5 17 46 0 58 40 17 158 4F 2B
Octal 305 27 106 0 130 100 27 530 117 53
Binary 11000101 10111 1000110 0 1011000 1000000 10111 101011000 1001111 101011

Color Harmonies of #C51746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51746

Black with #C51746

Text Example


Text Example

White with #C51746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51746; }

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

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

background-color css

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

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

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

border-color css

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

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

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