Html Css Color HEX #C51D36 Cardinal

📋 copy color: '#C51D36'

red 197 ◦ green 29 ◦ blue 54

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

Shades of Cardinal #C51D36

Tints of Cardinal #C51D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 70.36%
G = 10.36%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C51D36 (or 0xC51D36) is known color: Cardinal. HEX triplet: C5, 1D and 36. RGB value is (197,29,54). Sum of RGB (Red+Green+Blue) = 197+29+54=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D36 is #3AE2C9. Grayscale: #525252. Windows color (decimal): -3859146 or 3546565. OLE color: 3546565.

HSL color Cylindrical-coordinate representation of color #C51D36: hue angle of 351.07º 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 #C51D36 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 29 54 -
CMYK 0 0.85 0.73 0.23
HSL 351.07º 0.74% 0.44% -
HSV(B) 351.07º 0.85% 0.77% -
XYZ 24.13 13.02 4.73 -
YUV 82.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 197 29 54 0 0.85 0.73 0.23 351.07 0.74 0.44
Hex C5 1D 36 0 55 49 17 15F 4A 2C
Octal 305 35 66 0 125 111 27 537 112 54
Binary 11000101 11101 110110 0 1010101 1001001 10111 101011111 1001010 101100

Color Harmonies of #C51D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D36

Black with #C51D36

Text Example


Text Example

White with #C51D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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