Html Css Color HEX #C5053E Cardinal

📋 copy color: '#C5053E'

red 197 ◦ green 5 ◦ blue 62

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

Shades of Cardinal #C5053E

Tints of Cardinal #C5053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 74.62%
G = 1.89%
B = 23.48%

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

#C5053E (or 0xC5053E) is known color: Cardinal. HEX triplet: C5, 05 and 3E. RGB value is (197,5,62). Sum of RGB (Red+Green+Blue) = 197+5+62=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5053E is #3AFAC1. Grayscale: #444444. Windows color (decimal): -3865282 or 4064709. OLE color: 4064709.

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

Color convert

RGB 197 5 62 -
CMYK 0 0.97 0.69 0.23
HSL 342.19º 0.95% 0.4% -
HSV(B) 342.19º 0.97% 0.77% -
XYZ 23.95 12.33 5.67 -
YUV 68.91 124.11 219.37 -
System Red Green Blue C M Y K H S L
Decimal 197 5 62 0 0.97 0.69 0.23 342.19 0.95 0.4
Hex C5 5 3E 0 61 45 17 156 5F 28
Octal 305 5 76 0 141 105 27 526 137 50
Binary 11000101 101 111110 0 1100001 1000101 10111 101010110 1011111 101000

Color Harmonies of #C5053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5053E

Black with #C5053E

Text Example


Text Example

White with #C5053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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