Html Css Color HEX #C51D41 Cardinal

📋 copy color: '#C51D41'

red 197 ◦ green 29 ◦ blue 65

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

Shades of Cardinal #C51D41

Tints of Cardinal #C51D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 67.7%
G = 9.97%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C51D41 (or 0xC51D41) is known color: Cardinal. HEX triplet: C5, 1D and 41. RGB value is (197,29,65). Sum of RGB (Red+Green+Blue) = 197+29+65=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D41 is #3AE2BE. Grayscale: #535353. Windows color (decimal): -3859135 or 4267461. OLE color: 4267461.

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

Color convert

RGB 197 29 65 -
CMYK 0 0.85 0.67 0.23
HSL 347.14º 0.74% 0.44% -
HSV(B) 347.14º 0.85% 0.77% -
XYZ 24.42 13.13 6.25 -
YUV 83.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 197 29 65 0 0.85 0.67 0.23 347.14 0.74 0.44
Hex C5 1D 41 0 55 43 17 15B 4A 2C
Octal 305 35 101 0 125 103 27 533 112 54
Binary 11000101 11101 1000001 0 1010101 1000011 10111 101011011 1001010 101100

Color Harmonies of #C51D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D41

Black with #C51D41

Text Example


Text Example

White with #C51D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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