Html Css Color HEX #C51340 Cardinal

📋 copy color: '#C51340'

red 197 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #C51340

Tints of Cardinal #C51340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

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

R = 70.36%
G = 6.79%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C51340 (or 0xC51340) is known color: Cardinal. HEX triplet: C5, 13 and 40. RGB value is (197,19,64). Sum of RGB (Red+Green+Blue) = 197+19+64=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C51340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51340 is #3AECBF. Grayscale: #4D4D4D. Windows color (decimal): -3861696 or 4199365. OLE color: 4199365.

HSL color Cylindrical-coordinate representation of color #C51340: hue angle of 344.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51340 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 64 -
CMYK 0 0.90 0.68 0.23
HSL 344.83º 0.82% 0.42% -
HSV(B) 344.83º 0.9% 0.77% -
XYZ 24.18 12.71 6.03 -
YUV 77.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 197 19 64 0 0.90 0.68 0.23 344.83 0.82 0.42
Hex C5 13 40 0 5A 44 17 159 52 2A
Octal 305 23 100 0 132 104 27 531 122 52
Binary 11000101 10011 1000000 0 1011010 1000100 10111 101011001 1010010 101010

Color Harmonies of #C51340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51340

Black with #C51340

Text Example


Text Example

White with #C51340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51340; }

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

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

background-color css

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

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

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

border-color css

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

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

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