Html Css Color HEX #C51632 Cardinal

📋 copy color: '#C51632'

red 197 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #C51632

Tints of Cardinal #C51632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

 BLUE value IS 50 (19.92% from 255) = 18.59%

R = 73.23%
G = 8.18%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C51632 (or 0xC51632) is known color: Cardinal. HEX triplet: C5, 16 and 32. RGB value is (197,22,50). Sum of RGB (Red+Green+Blue) = 197+22+50=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C51632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51632 is #3AE9CD. Grayscale: #4D4D4D. Windows color (decimal): -3860942 or 3282629. OLE color: 3282629.

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

Color convert

RGB 197 22 50 -
CMYK 0 0.89 0.75 0.23
HSL 350.4º 0.8% 0.43% -
HSV(B) 350.4º 0.89% 0.77% -
XYZ 23.89 12.67 4.2 -
YUV 77.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 197 22 50 0 0.89 0.75 0.23 350.4 0.8 0.43
Hex C5 16 32 0 59 4B 17 15E 50 2B
Octal 305 26 62 0 131 113 27 536 120 53
Binary 11000101 10110 110010 0 1011001 1001011 10111 101011110 1010000 101011

Color Harmonies of #C51632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51632

Black with #C51632

Text Example


Text Example

White with #C51632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51632; }

 p { color: rgb(197,22,50); }

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

background-color css

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

 a { background-color: rgb(197,22,50); }

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

border-color css

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

 span { border-color: rgb(197,22,50); }

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