Html Css Color HEX #C52041 Cardinal

📋 copy color: '#C52041'

red 197 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #C52041

Tints of Cardinal #C52041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 67.01%
G = 10.88%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C52041 (or 0xC52041) is known color: Cardinal. HEX triplet: C5, 20 and 41. RGB value is (197,32,65). Sum of RGB (Red+Green+Blue) = 197+32+65=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C52041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52041 is #3ADFBE. Grayscale: #555555. Windows color (decimal): -3858367 or 4268229. OLE color: 4268229.

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

Color convert

RGB 197 32 65 -
CMYK 0 0.84 0.67 0.23
HSL 348º 0.72% 0.45% -
HSV(B) 348º 0.84% 0.77% -
XYZ 24.5 13.29 6.27 -
YUV 85.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 197 32 65 0 0.84 0.67 0.23 348 0.72 0.45
Hex C5 20 41 0 54 43 17 15C 48 2D
Octal 305 40 101 0 124 103 27 534 110 55
Binary 11000101 100000 1000001 0 1010100 1000011 10111 101011100 1001000 101101

Color Harmonies of #C52041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52041

Black with #C52041

Text Example


Text Example

White with #C52041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52041; }

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

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

background-color css

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

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

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

border-color css

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

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

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