Html Css Color HEX #C52048 Cardinal

📋 copy color: '#C52048'

red 197 ◦ green 32 ◦ blue 72

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

Shades of Cardinal #C52048

Tints of Cardinal #C52048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 65.45%
G = 10.63%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C52048 (or 0xC52048) is known color: Cardinal. HEX triplet: C5, 20 and 48. RGB value is (197,32,72). Sum of RGB (Red+Green+Blue) = 197+32+72=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C52048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52048 is #3ADFB7. Grayscale: #555555. Windows color (decimal): -3858360 or 4726981. OLE color: 4726981.

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

Color convert

RGB 197 32 72 -
CMYK 0 0.84 0.63 0.23
HSL 345.45º 0.72% 0.45% -
HSV(B) 345.45º 0.84% 0.77% -
XYZ 24.71 13.37 7.41 -
YUV 85.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 197 32 72 0 0.84 0.63 0.23 345.45 0.72 0.45
Hex C5 20 48 0 54 3F 17 159 48 2D
Octal 305 40 110 0 124 77 27 531 110 55
Binary 11000101 100000 1001000 0 1010100 111111 10111 101011001 1001000 101101

Color Harmonies of #C52048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52048

Black with #C52048

Text Example


Text Example

White with #C52048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52048; }

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

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

background-color css

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

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

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

border-color css

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

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

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