Html Css Color HEX #C5063A Cardinal

📋 copy color: '#C5063A'

red 197 ◦ green 6 ◦ blue 58

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

Shades of Cardinal #C5063A

Tints of Cardinal #C5063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 75.48%
G = 2.3%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5063A (or 0xC5063A) is known color: Cardinal. HEX triplet: C5, 06 and 3A. RGB value is (197,6,58). Sum of RGB (Red+Green+Blue) = 197+6+58=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5063A is #3AF9C5. Grayscale: #454545. Windows color (decimal): -3865030 or 3802821. OLE color: 3802821.

HSL color Cylindrical-coordinate representation of color #C5063A: hue angle of 343.66º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5063A is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 6 58 -
CMYK 0 0.97 0.71 0.23
HSL 343.66º 0.94% 0.4% -
HSV(B) 343.66º 0.97% 0.77% -
XYZ 23.85 12.31 5.12 -
YUV 69.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 197 6 58 0 0.97 0.71 0.23 343.66 0.94 0.4
Hex C5 6 3A 0 61 47 17 158 5E 28
Octal 305 6 72 0 141 107 27 530 136 50
Binary 11000101 110 111010 0 1100001 1000111 10111 101011000 1011110 101000

Color Harmonies of #C5063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5063A

Black with #C5063A

Text Example


Text Example

White with #C5063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5063A; }

 p { color: rgb(197,6,58); }

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

background-color css

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

 a { background-color: rgb(197,6,58); }

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

border-color css

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

 span { border-color: rgb(197,6,58); }

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