Html Css Color HEX #C1103C Cardinal

📋 copy color: '#C1103C'

red 193 ◦ green 16 ◦ blue 60

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

Shades of Cardinal #C1103C

Tints of Cardinal #C1103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 71.75%
G = 5.95%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1103C (or 0xC1103C) is known color: Cardinal. HEX triplet: C1, 10 and 3C. RGB value is (193,16,60). Sum of RGB (Red+Green+Blue) = 193+16+60=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C1103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1103C is #3EEFC3. Grayscale: #494949. Windows color (decimal): -4124612 or 3936449. OLE color: 3936449.

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

Color convert

RGB 193 16 60 -
CMYK 0 0.92 0.69 0.24
HSL 345.08º 0.85% 0.41% -
HSV(B) 345.08º 0.92% 0.76% -
XYZ 22.99 12.03 5.39 -
YUV 73.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 193 16 60 0 0.92 0.69 0.24 345.08 0.85 0.41
Hex C1 10 3C 0 5C 45 18 159 55 29
Octal 301 20 74 0 134 105 30 531 125 51
Binary 11000001 10000 111100 0 1011100 1000101 11000 101011001 1010101 101001

Color Harmonies of #C1103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1103C

Black with #C1103C

Text Example


Text Example

White with #C1103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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