Html Css Color HEX #C51247 Cardinal

📋 copy color: '#C51247'

red 197 ◦ green 18 ◦ blue 71

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

Shades of Cardinal #C51247

Tints of Cardinal #C51247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

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

R = 68.88%
G = 6.29%
B = 24.83%

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

#C51247 (or 0xC51247) is known color: Cardinal. HEX triplet: C5, 12 and 47. RGB value is (197,18,71). Sum of RGB (Red+Green+Blue) = 197+18+71=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C51247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51247 is #3AEDB8. Grayscale: #4D4D4D. Windows color (decimal): -3861945 or 4657861. OLE color: 4657861.

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

Color convert

RGB 197 18 71 -
CMYK 0 0.91 0.64 0.23
HSL 342.23º 0.83% 0.42% -
HSV(B) 342.23º 0.91% 0.77% -
XYZ 24.38 12.76 7.14 -
YUV 77.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 197 18 71 0 0.91 0.64 0.23 342.23 0.83 0.42
Hex C5 12 47 0 5B 40 17 156 53 2A
Octal 305 22 107 0 133 100 27 526 123 52
Binary 11000101 10010 1000111 0 1011011 1000000 10111 101010110 1010011 101010

Color Harmonies of #C51247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51247

Black with #C51247

Text Example


Text Example

White with #C51247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51247; }

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

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

background-color css

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

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

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

border-color css

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

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

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