Html Css Color HEX #C51647 Cardinal

📋 copy color: '#C51647'

red 197 ◦ green 22 ◦ blue 71

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

Shades of Cardinal #C51647

Tints of Cardinal #C51647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

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

R = 67.93%
G = 7.59%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C51647 (or 0xC51647) is known color: Cardinal. HEX triplet: C5, 16 and 47. RGB value is (197,22,71). Sum of RGB (Red+Green+Blue) = 197+22+71=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C51647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51647 is #3AE9B8. Grayscale: #4F4F4F. Windows color (decimal): -3860921 or 4658885. OLE color: 4658885.

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

Color convert

RGB 197 22 71 -
CMYK 0 0.89 0.64 0.23
HSL 343.2º 0.8% 0.43% -
HSV(B) 343.2º 0.89% 0.77% -
XYZ 24.45 12.9 7.16 -
YUV 79.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 197 22 71 0 0.89 0.64 0.23 343.2 0.8 0.43
Hex C5 16 47 0 59 40 17 157 50 2B
Octal 305 26 107 0 131 100 27 527 120 53
Binary 11000101 10110 1000111 0 1011001 1000000 10111 101010111 1010000 101011

Color Harmonies of #C51647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51647

Black with #C51647

Text Example


Text Example

White with #C51647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51647; }

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

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

background-color css

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

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

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

border-color css

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

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

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