Html Css Color HEX #C1193A Cardinal

📋 copy color: '#C1193A'

red 193 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #C1193A

Tints of Cardinal #C1193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 69.93%
G = 9.06%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1193A (or 0xC1193A) is known color: Cardinal. HEX triplet: C1, 19 and 3A. RGB value is (193,25,58). Sum of RGB (Red+Green+Blue) = 193+25+58=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1193A is #3EE6C5. Grayscale: #4F4F4F. Windows color (decimal): -4122310 or 3807681. OLE color: 3807681.

HSL color Cylindrical-coordinate representation of color #C1193A: hue angle of 348.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1193A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 25 58 -
CMYK 0 0.87 0.70 0.24
HSL 348.21º 0.77% 0.43% -
HSV(B) 348.21º 0.87% 0.76% -
XYZ 23.1 12.34 5.17 -
YUV 78.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 193 25 58 0 0.87 0.70 0.24 348.21 0.77 0.43
Hex C1 19 3A 0 57 46 18 15C 4D 2B
Octal 301 31 72 0 127 106 30 534 115 53
Binary 11000001 11001 111010 0 1010111 1000110 11000 101011100 1001101 101011

Color Harmonies of #C1193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1193A

Black with #C1193A

Text Example


Text Example

White with #C1193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1193A; }

 p { color: rgb(193,25,58); }

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

background-color css

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

 a { background-color: rgb(193,25,58); }

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

border-color css

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

 span { border-color: rgb(193,25,58); }

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