Html Css Color HEX #C52040 Cardinal

📋 copy color: '#C52040'

red 197 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #C52040

Tints of Cardinal #C52040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 67.24%
G = 10.92%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C52040 (or 0xC52040) is known color: Cardinal. HEX triplet: C5, 20 and 40. RGB value is (197,32,64). Sum of RGB (Red+Green+Blue) = 197+32+64=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C52040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52040 is #3ADFBF. Grayscale: #555555. Windows color (decimal): -3858368 or 4202693. OLE color: 4202693.

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

Color convert

RGB 197 32 64 -
CMYK 0 0.84 0.68 0.23
HSL 348.36º 0.72% 0.45% -
HSV(B) 348.36º 0.84% 0.77% -
XYZ 24.47 13.27 6.12 -
YUV 84.98 116.16 207.9 -
System Red Green Blue C M Y K H S L
Decimal 197 32 64 0 0.84 0.68 0.23 348.36 0.72 0.45
Hex C5 20 40 0 54 44 17 15C 48 2D
Octal 305 40 100 0 124 104 27 534 110 55
Binary 11000101 100000 1000000 0 1010100 1000100 10111 101011100 1001000 101101

Color Harmonies of #C52040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52040

Black with #C52040

Text Example


Text Example

White with #C52040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52040; }

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

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

background-color css

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

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

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

border-color css

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

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

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