Html Css Color HEX #C51A3A Cardinal

📋 copy color: '#C51A3A'

red 197 ◦ green 26 ◦ blue 58

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

Shades of Cardinal #C51A3A

Tints of Cardinal #C51A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 70.11%
G = 9.25%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C51A3A (or 0xC51A3A) is known color: Cardinal. HEX triplet: C5, 1A and 3A. RGB value is (197,26,58). Sum of RGB (Red+Green+Blue) = 197+26+58=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A3A is #3AE5C5. Grayscale: #505050. Windows color (decimal): -3859910 or 3807941. OLE color: 3807941.

HSL color Cylindrical-coordinate representation of color #C51A3A: hue angle of 348.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A3A is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 58 -
CMYK 0 0.87 0.71 0.23
HSL 348.77º 0.77% 0.44% -
HSV(B) 348.77º 0.87% 0.77% -
XYZ 24.16 12.91 5.22 -
YUV 80.78 115.15 210.9 -
System Red Green Blue C M Y K H S L
Decimal 197 26 58 0 0.87 0.71 0.23 348.77 0.77 0.44
Hex C5 1A 3A 0 57 47 17 15D 4D 2C
Octal 305 32 72 0 127 107 27 535 115 54
Binary 11000101 11010 111010 0 1010111 1000111 10111 101011101 1001101 101100

Color Harmonies of #C51A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A3A

Black with #C51A3A

Text Example


Text Example

White with #C51A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A3A; }

 p { color: rgb(197,26,58); }

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

background-color css

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

 a { background-color: rgb(197,26,58); }

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

border-color css

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

 span { border-color: rgb(197,26,58); }

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