Html Css Color HEX #C51731 Cardinal

📋 copy color: '#C51731'

red 197 ◦ green 23 ◦ blue 49

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

Shades of Cardinal #C51731

Tints of Cardinal #C51731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.55%

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

R = 73.23%
G = 8.55%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C51731 (or 0xC51731) is known color: Cardinal. HEX triplet: C5, 17 and 31. RGB value is (197,23,49). Sum of RGB (Red+Green+Blue) = 197+23+49=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C51731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51731 is #3AE8CE. Grayscale: #4E4E4E. Windows color (decimal): -3860687 or 3217349. OLE color: 3217349.

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

Color convert

RGB 197 23 49 -
CMYK 0 0.88 0.75 0.23
HSL 351.03º 0.79% 0.43% -
HSV(B) 351.03º 0.88% 0.77% -
XYZ 23.89 12.7 4.1 -
YUV 77.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 197 23 49 0 0.88 0.75 0.23 351.03 0.79 0.43
Hex C5 17 31 0 58 4B 17 15F 4F 2B
Octal 305 27 61 0 130 113 27 537 117 53
Binary 11000101 10111 110001 0 1011000 1001011 10111 101011111 1001111 101011

Color Harmonies of #C51731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51731

Black with #C51731

Text Example


Text Example

White with #C51731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51731; }

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

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

background-color css

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

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

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

border-color css

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

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

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