Html Css Color HEX #C10547 Cardinal

📋 copy color: '#C10547'

red 193 ◦ green 5 ◦ blue 71

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

Shades of Cardinal #C10547

Tints of Cardinal #C10547

RGB

 RED value IS 193 (75.78% from 255) = 71.75%

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

 BLUE value IS 71 (28.13% from 255) = 26.39%

R = 71.75%
G = 1.86%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C10547 (or 0xC10547) is known color: Cardinal. HEX triplet: C1, 05 and 47. RGB value is (193,5,71). Sum of RGB (Red+Green+Blue) = 193+5+71=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C10547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10547 is #3EFAB8. Grayscale: #444444. Windows color (decimal): -4127417 or 4654529. OLE color: 4654529.

HSL color Cylindrical-coordinate representation of color #C10547: hue angle of 338.94º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10547 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 71 -
CMYK 0 0.97 0.63 0.24
HSL 338.94º 0.95% 0.39% -
HSV(B) 338.94º 0.97% 0.76% -
XYZ 23.18 11.9 7.04 -
YUV 68.74 129.28 216.63 -
System Red Green Blue C M Y K H S L
Decimal 193 5 71 0 0.97 0.63 0.24 338.94 0.95 0.39
Hex C1 5 47 0 61 3F 18 153 5F 27
Octal 301 5 107 0 141 77 30 523 137 47
Binary 11000001 101 1000111 0 1100001 111111 11000 101010011 1011111 100111

Color Harmonies of #C10547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10547

Black with #C10547

Text Example


Text Example

White with #C10547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10547; }

 p { color: rgb(193,5,71); }

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

background-color css

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

 a { background-color: rgb(193,5,71); }

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

border-color css

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

 span { border-color: rgb(193,5,71); }

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