Html Css Color HEX #C5063E Cardinal

📋 copy color: '#C5063E'

red 197 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #C5063E

Tints of Cardinal #C5063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.4%

R = 74.34%
G = 2.26%
B = 23.4%

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

#C5063E (or 0xC5063E) is known color: Cardinal. HEX triplet: C5, 06 and 3E. RGB value is (197,6,62). Sum of RGB (Red+Green+Blue) = 197+6+62=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5063E is #3AF9C1. Grayscale: #454545. Windows color (decimal): -3865026 or 4064965. OLE color: 4064965.

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

Color convert

RGB 197 6 62 -
CMYK 0 0.97 0.69 0.23
HSL 342.41º 0.94% 0.4% -
HSV(B) 342.41º 0.97% 0.77% -
XYZ 23.96 12.35 5.68 -
YUV 69.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 197 6 62 0 0.97 0.69 0.23 342.41 0.94 0.4
Hex C5 6 3E 0 61 45 17 156 5E 28
Octal 305 6 76 0 141 105 27 526 136 50
Binary 11000101 110 111110 0 1100001 1000101 10111 101010110 1011110 101000

Color Harmonies of #C5063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5063E

Black with #C5063E

Text Example


Text Example

White with #C5063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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