Html Css Color HEX #C51540 Cardinal

📋 copy color: '#C51540'

red 197 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #C51540

Tints of Cardinal #C51540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 69.86%
G = 7.45%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C51540 (or 0xC51540) is known color: Cardinal. HEX triplet: C5, 15 and 40. RGB value is (197,21,64). Sum of RGB (Red+Green+Blue) = 197+21+64=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C51540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51540 is #3AEABF. Grayscale: #4E4E4E. Windows color (decimal): -3861184 or 4199877. OLE color: 4199877.

HSL color Cylindrical-coordinate representation of color #C51540: hue angle of 345.34º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51540 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 64 -
CMYK 0 0.89 0.68 0.23
HSL 345.34º 0.81% 0.43% -
HSV(B) 345.34º 0.89% 0.77% -
XYZ 24.22 12.78 6.04 -
YUV 78.53 119.81 212.5 -
System Red Green Blue C M Y K H S L
Decimal 197 21 64 0 0.89 0.68 0.23 345.34 0.81 0.43
Hex C5 15 40 0 59 44 17 159 51 2B
Octal 305 25 100 0 131 104 27 531 121 53
Binary 11000101 10101 1000000 0 1011001 1000100 10111 101011001 1010001 101011

Color Harmonies of #C51540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51540

Black with #C51540

Text Example


Text Example

White with #C51540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51540; }

 p { color: rgb(197,21,64); }

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

background-color css

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

 a { background-color: rgb(197,21,64); }

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

border-color css

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

 span { border-color: rgb(197,21,64); }

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