Html Css Color HEX #C51147 Cardinal

📋 copy color: '#C51147'

red 197 ◦ green 17 ◦ blue 71

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

Shades of Cardinal #C51147

Tints of Cardinal #C51147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 69.12%
G = 5.96%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C51147 (or 0xC51147) is known color: Cardinal. HEX triplet: C5, 11 and 47. RGB value is (197,17,71). Sum of RGB (Red+Green+Blue) = 197+17+71=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C51147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51147 is #3AEEB8. Grayscale: #4C4C4C. Windows color (decimal): -3862201 or 4657605. OLE color: 4657605.

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

Color convert

RGB 197 17 71 -
CMYK 0 0.91 0.64 0.23
HSL 342º 0.84% 0.42% -
HSV(B) 342º 0.91% 0.77% -
XYZ 24.36 12.73 7.13 -
YUV 76.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 197 17 71 0 0.91 0.64 0.23 342 0.84 0.42
Hex C5 11 47 0 5B 40 17 156 54 2A
Octal 305 21 107 0 133 100 27 526 124 52
Binary 11000101 10001 1000111 0 1011011 1000000 10111 101010110 1010100 101010

Color Harmonies of #C51147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51147

Black with #C51147

Text Example


Text Example

White with #C51147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51147; }

 p { color: rgb(197,17,71); }

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

background-color css

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

 a { background-color: rgb(197,17,71); }

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

border-color css

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

 span { border-color: rgb(197,17,71); }

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