Html Css Color HEX #C51D3A Cardinal

📋 copy color: '#C51D3A'

red 197 ◦ green 29 ◦ blue 58

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

Shades of Cardinal #C51D3A

Tints of Cardinal #C51D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

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

R = 69.37%
G = 10.21%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C51D3A (or 0xC51D3A) is known color: Cardinal. HEX triplet: C5, 1D and 3A. RGB value is (197,29,58). Sum of RGB (Red+Green+Blue) = 197+29+58=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D3A is #3AE2C5. Grayscale: #525252. Windows color (decimal): -3859142 or 3808709. OLE color: 3808709.

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

Color convert

RGB 197 29 58 -
CMYK 0 0.85 0.71 0.23
HSL 349.64º 0.74% 0.44% -
HSV(B) 349.64º 0.85% 0.77% -
XYZ 24.23 13.05 5.25 -
YUV 82.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 197 29 58 0 0.85 0.71 0.23 349.64 0.74 0.44
Hex C5 1D 3A 0 55 47 17 15E 4A 2C
Octal 305 35 72 0 125 107 27 536 112 54
Binary 11000101 11101 111010 0 1010101 1000111 10111 101011110 1001010 101100

Color Harmonies of #C51D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D3A

Black with #C51D3A

Text Example


Text Example

White with #C51D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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