Html Css Color HEX #C52037 Cardinal

📋 copy color: '#C52037'

red 197 ◦ green 32 ◦ blue 55

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

Shades of Cardinal #C52037

Tints of Cardinal #C52037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 69.37%
G = 11.27%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C52037 (or 0xC52037) is known color: Cardinal. HEX triplet: C5, 20 and 37. RGB value is (197,32,55). Sum of RGB (Red+Green+Blue) = 197+32+55=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C52037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52037 is #3ADFC8. Grayscale: #545454. Windows color (decimal): -3858377 or 3612869. OLE color: 3612869.

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

Color convert

RGB 197 32 55 -
CMYK 0 0.84 0.72 0.23
HSL 351.64º 0.72% 0.45% -
HSV(B) 351.64º 0.84% 0.77% -
XYZ 24.23 13.18 4.88 -
YUV 83.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 197 32 55 0 0.84 0.72 0.23 351.64 0.72 0.45
Hex C5 20 37 0 54 48 17 160 48 2D
Octal 305 40 67 0 124 110 27 540 110 55
Binary 11000101 100000 110111 0 1010100 1001000 10111 101100000 1001000 101101

Color Harmonies of #C52037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52037

Black with #C52037

Text Example


Text Example

White with #C52037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52037; }

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

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

background-color css

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

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

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

border-color css

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

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

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