Html Css Color HEX #C5063D Cardinal

📋 copy color: '#C5063D'

red 197 ◦ green 6 ◦ blue 61

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

Shades of Cardinal #C5063D

Tints of Cardinal #C5063D

RGB

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

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

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

R = 74.62%
G = 2.27%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5063D (or 0xC5063D) is known color: Cardinal. HEX triplet: C5, 06 and 3D. RGB value is (197,6,61). Sum of RGB (Red+Green+Blue) = 197+6+61=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5063D is #3AF9C2. Grayscale: #454545. Windows color (decimal): -3865027 or 3999429. OLE color: 3999429.

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

Color convert

RGB 197 6 61 -
CMYK 0 0.97 0.69 0.23
HSL 342.72º 0.94% 0.4% -
HSV(B) 342.72º 0.97% 0.77% -
XYZ 23.93 12.34 5.53 -
YUV 69.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 197 6 61 0 0.97 0.69 0.23 342.72 0.94 0.4
Hex C5 6 3D 0 61 45 17 157 5E 28
Octal 305 6 75 0 141 105 27 527 136 50
Binary 11000101 110 111101 0 1100001 1000101 10111 101010111 1011110 101000

Color Harmonies of #C5063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5063D

Black with #C5063D

Text Example


Text Example

White with #C5063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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