Html Css Color HEX #C51748 Cardinal

📋 copy color: '#C51748'

red 197 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #C51748

Tints of Cardinal #C51748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 67.47%
G = 7.88%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C51748 (or 0xC51748) is known color: Cardinal. HEX triplet: C5, 17 and 48. RGB value is (197,23,72). Sum of RGB (Red+Green+Blue) = 197+23+72=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C51748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51748 is #3AE8B7. Grayscale: #505050. Windows color (decimal): -3860664 or 4724677. OLE color: 4724677.

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

Color convert

RGB 197 23 72 -
CMYK 0 0.88 0.63 0.23
HSL 343.1º 0.79% 0.43% -
HSV(B) 343.1º 0.88% 0.77% -
XYZ 24.5 12.95 7.34 -
YUV 80.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 197 23 72 0 0.88 0.63 0.23 343.1 0.79 0.43
Hex C5 17 48 0 58 3F 17 157 4F 2B
Octal 305 27 110 0 130 77 27 527 117 53
Binary 11000101 10111 1001000 0 1011000 111111 10111 101010111 1001111 101011

Color Harmonies of #C51748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51748

Black with #C51748

Text Example


Text Example

White with #C51748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51748; }

 p { color: rgb(197,23,72); }

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

background-color css

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

 a { background-color: rgb(197,23,72); }

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

border-color css

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

 span { border-color: rgb(197,23,72); }

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