Html Css Color HEX #C51A39 Cardinal

📋 copy color: '#C51A39'

red 197 ◦ green 26 ◦ blue 57

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

Shades of Cardinal #C51A39

Tints of Cardinal #C51A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 70.36%
G = 9.29%
B = 20.36%

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

#C51A39 (or 0xC51A39) is known color: Cardinal. HEX triplet: C5, 1A and 39. RGB value is (197,26,57). Sum of RGB (Red+Green+Blue) = 197+26+57=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A39 is #3AE5C6. Grayscale: #505050. Windows color (decimal): -3859911 or 3742405. OLE color: 3742405.

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

Color convert

RGB 197 26 57 -
CMYK 0 0.87 0.71 0.23
HSL 349.12º 0.77% 0.44% -
HSV(B) 349.12º 0.87% 0.77% -
XYZ 24.13 12.9 5.09 -
YUV 80.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 197 26 57 0 0.87 0.71 0.23 349.12 0.77 0.44
Hex C5 1A 39 0 57 47 17 15D 4D 2C
Octal 305 32 71 0 127 107 27 535 115 54
Binary 11000101 11010 111001 0 1010111 1000111 10111 101011101 1001101 101100

Color Harmonies of #C51A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A39

Black with #C51A39

Text Example


Text Example

White with #C51A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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