Html Css Color HEX #C51649 Cardinal

📋 copy color: '#C51649'

red 197 ◦ green 22 ◦ blue 73

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

Shades of Cardinal #C51649

Tints of Cardinal #C51649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25%

R = 67.47%
G = 7.53%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C51649 (or 0xC51649) is known color: Cardinal. HEX triplet: C5, 16 and 49. RGB value is (197,22,73). Sum of RGB (Red+Green+Blue) = 197+22+73=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C51649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51649 is #3AE9B6. Grayscale: #505050. Windows color (decimal): -3860919 or 4789957. OLE color: 4789957.

HSL color Cylindrical-coordinate representation of color #C51649: hue angle of 342.51º 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 #C51649 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 73 -
CMYK 0 0.89 0.63 0.23
HSL 342.51º 0.8% 0.43% -
HSV(B) 342.51º 0.89% 0.77% -
XYZ 24.52 12.93 7.51 -
YUV 80.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 197 22 73 0 0.89 0.63 0.23 342.51 0.8 0.43
Hex C5 16 49 0 59 3F 17 157 50 2B
Octal 305 26 111 0 131 77 27 527 120 53
Binary 11000101 10110 1001001 0 1011001 111111 10111 101010111 1010000 101011

Color Harmonies of #C51649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51649

Black with #C51649

Text Example


Text Example

White with #C51649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51649; }

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

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

background-color css

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

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

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

border-color css

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

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

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