Html Css Color HEX #C51447 Cardinal

📋 copy color: '#C51447'

red 197 ◦ green 20 ◦ blue 71

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

Shades of Cardinal #C51447

Tints of Cardinal #C51447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

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

R = 68.4%
G = 6.94%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C51447 (or 0xC51447) is known color: Cardinal. HEX triplet: C5, 14 and 47. RGB value is (197,20,71). Sum of RGB (Red+Green+Blue) = 197+20+71=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C51447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51447 is #3AEBB8. Grayscale: #4E4E4E. Windows color (decimal): -3861433 or 4658373. OLE color: 4658373.

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

Color convert

RGB 197 20 71 -
CMYK 0 0.90 0.64 0.23
HSL 342.71º 0.82% 0.43% -
HSV(B) 342.71º 0.9% 0.77% -
XYZ 24.41 12.83 7.15 -
YUV 78.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 197 20 71 0 0.90 0.64 0.23 342.71 0.82 0.43
Hex C5 14 47 0 5A 40 17 157 52 2B
Octal 305 24 107 0 132 100 27 527 122 53
Binary 11000101 10100 1000111 0 1011010 1000000 10111 101010111 1010010 101011

Color Harmonies of #C51447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51447

Black with #C51447

Text Example


Text Example

White with #C51447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51447; }

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

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

background-color css

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

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

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

border-color css

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

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

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