Html Css Color HEX #C51531 Cardinal

📋 copy color: '#C51531'

red 197 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #C51531

Tints of Cardinal #C51531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 73.78%
G = 7.87%
B = 18.35%

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

#C51531 (or 0xC51531) is known color: Cardinal. HEX triplet: C5, 15 and 31. RGB value is (197,21,49). Sum of RGB (Red+Green+Blue) = 197+21+49=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C51531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51531 is #3AEACE. Grayscale: #4C4C4C. Windows color (decimal): -3861199 or 3216837. OLE color: 3216837.

HSL color Cylindrical-coordinate representation of color #C51531: hue angle of 350.45º degrees, saturation: 0.81, 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 #C51531 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 49 -
CMYK 0 0.89 0.75 0.23
HSL 350.45º 0.81% 0.43% -
HSV(B) 350.45º 0.89% 0.77% -
XYZ 23.85 12.63 4.09 -
YUV 76.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 197 21 49 0 0.89 0.75 0.23 350.45 0.81 0.43
Hex C5 15 31 0 59 4B 17 15E 51 2B
Octal 305 25 61 0 131 113 27 536 121 53
Binary 11000101 10101 110001 0 1011001 1001011 10111 101011110 1010001 101011

Color Harmonies of #C51531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51531

Black with #C51531

Text Example


Text Example

White with #C51531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51531; }

 p { color: rgb(197,21,49); }

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

background-color css

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

 a { background-color: rgb(197,21,49); }

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

border-color css

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

 span { border-color: rgb(197,21,49); }

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