Html Css Color HEX #C51346 Cardinal

📋 copy color: '#C51346'

red 197 ◦ green 19 ◦ blue 70

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

Shades of Cardinal #C51346

Tints of Cardinal #C51346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 68.88%
G = 6.64%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C51346 (or 0xC51346) is known color: Cardinal. HEX triplet: C5, 13 and 46. RGB value is (197,19,70). Sum of RGB (Red+Green+Blue) = 197+19+70=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C51346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51346 is #3AECB9. Grayscale: #4E4E4E. Windows color (decimal): -3861690 or 4592581. OLE color: 4592581.

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

Color convert

RGB 197 19 70 -
CMYK 0 0.90 0.64 0.23
HSL 342.81º 0.82% 0.42% -
HSV(B) 342.81º 0.9% 0.77% -
XYZ 24.36 12.78 6.98 -
YUV 78.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 197 19 70 0 0.90 0.64 0.23 342.81 0.82 0.42
Hex C5 13 46 0 5A 40 17 157 52 2A
Octal 305 23 106 0 132 100 27 527 122 52
Binary 11000101 10011 1000110 0 1011010 1000000 10111 101010111 1010010 101010

Color Harmonies of #C51346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51346

Black with #C51346

Text Example


Text Example

White with #C51346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51346; }

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

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

background-color css

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

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

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

border-color css

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

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

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