Html Css Color HEX #C5053A Cardinal

📋 copy color: '#C5053A'

red 197 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #C5053A

Tints of Cardinal #C5053A

RGB

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

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

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

R = 75.77%
G = 1.92%
B = 22.31%

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

#C5053A (or 0xC5053A) is known color: Cardinal. HEX triplet: C5, 05 and 3A. RGB value is (197,5,58). Sum of RGB (Red+Green+Blue) = 197+5+58=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5053A is #3AFAC5. Grayscale: #444444. Windows color (decimal): -3865286 or 3802565. OLE color: 3802565.

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

Color convert

RGB 197 5 58 -
CMYK 0 0.97 0.71 0.23
HSL 343.44º 0.95% 0.4% -
HSV(B) 343.44º 0.97% 0.77% -
XYZ 23.84 12.28 5.12 -
YUV 68.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 197 5 58 0 0.97 0.71 0.23 343.44 0.95 0.4
Hex C5 5 3A 0 61 47 17 157 5F 28
Octal 305 5 72 0 141 107 27 527 137 50
Binary 11000101 101 111010 0 1100001 1000111 10111 101010111 1011111 101000

Color Harmonies of #C5053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5053A

Black with #C5053A

Text Example


Text Example

White with #C5053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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