Html Css Color HEX #C5163D Cardinal

📋 copy color: '#C5163D'

red 197 ◦ green 22 ◦ blue 61

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

Shades of Cardinal #C5163D

Tints of Cardinal #C5163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 70.36%
G = 7.86%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5163D (or 0xC5163D) is known color: Cardinal. HEX triplet: C5, 16 and 3D. RGB value is (197,22,61). Sum of RGB (Red+Green+Blue) = 197+22+61=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5163D is #3AE9C2. Grayscale: #4E4E4E. Windows color (decimal): -3860931 or 4003525. OLE color: 4003525.

HSL color Cylindrical-coordinate representation of color #C5163D: hue angle of 346.63º degrees, saturation: 0.8, 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 #C5163D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 61 -
CMYK 0 0.89 0.69 0.23
HSL 346.63º 0.8% 0.43% -
HSV(B) 346.63º 0.89% 0.77% -
XYZ 24.16 12.78 5.61 -
YUV 78.77 117.98 212.33 -
System Red Green Blue C M Y K H S L
Decimal 197 22 61 0 0.89 0.69 0.23 346.63 0.8 0.43
Hex C5 16 3D 0 59 45 17 15B 50 2B
Octal 305 26 75 0 131 105 27 533 120 53
Binary 11000101 10110 111101 0 1011001 1000101 10111 101011011 1010000 101011

Color Harmonies of #C5163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5163D

Black with #C5163D

Text Example


Text Example

White with #C5163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5163D; }

 p { color: rgb(197,22,61); }

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

background-color css

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

 a { background-color: rgb(197,22,61); }

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

border-color css

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

 span { border-color: rgb(197,22,61); }

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