Html Css Color HEX #C1173C Cardinal

📋 copy color: '#C1173C'

red 193 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #C1173C

Tints of Cardinal #C1173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 69.93%
G = 8.33%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1173C (or 0xC1173C) is known color: Cardinal. HEX triplet: C1, 17 and 3C. RGB value is (193,23,60). Sum of RGB (Red+Green+Blue) = 193+23+60=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1173C is #3EE8C3. Grayscale: #4E4E4E. Windows color (decimal): -4122820 or 3938241. OLE color: 3938241.

HSL color Cylindrical-coordinate representation of color #C1173C: hue angle of 346.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1173C is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 23 60 -
CMYK 0 0.88 0.69 0.24
HSL 346.94º 0.79% 0.42% -
HSV(B) 346.94º 0.88% 0.76% -
XYZ 23.11 12.28 5.43 -
YUV 78.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 193 23 60 0 0.88 0.69 0.24 346.94 0.79 0.42
Hex C1 17 3C 0 58 45 18 15B 4F 2A
Octal 301 27 74 0 130 105 30 533 117 52
Binary 11000001 10111 111100 0 1011000 1000101 11000 101011011 1001111 101010

Color Harmonies of #C1173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1173C

Black with #C1173C

Text Example


Text Example

White with #C1173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1173C; }

 p { color: rgb(193,23,60); }

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

background-color css

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

 a { background-color: rgb(193,23,60); }

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

border-color css

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

 span { border-color: rgb(193,23,60); }

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