Html Css Color HEX #C51349 Cardinal

📋 copy color: '#C51349'

red 197 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #C51349

Tints of Cardinal #C51349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

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

R = 68.17%
G = 6.57%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C51349 (or 0xC51349) is known color: Cardinal. HEX triplet: C5, 13 and 49. RGB value is (197,19,73). Sum of RGB (Red+Green+Blue) = 197+19+73=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C51349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51349 is #3AECB6. Grayscale: #4E4E4E. Windows color (decimal): -3861687 or 4789189. OLE color: 4789189.

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

Color convert

RGB 197 19 73 -
CMYK 0 0.90 0.63 0.23
HSL 341.8º 0.82% 0.42% -
HSV(B) 341.8º 0.9% 0.77% -
XYZ 24.46 12.82 7.49 -
YUV 78.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 197 19 73 0 0.90 0.63 0.23 341.8 0.82 0.42
Hex C5 13 49 0 5A 3F 17 156 52 2A
Octal 305 23 111 0 132 77 27 526 122 52
Binary 11000101 10011 1001001 0 1011010 111111 10111 101010110 1010010 101010

Color Harmonies of #C51349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51349

Black with #C51349

Text Example


Text Example

White with #C51349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51349; }

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

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

background-color css

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

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

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

border-color css

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

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

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