Html Css Color HEX #C1163D Cardinal

📋 copy color: '#C1163D'

red 193 ◦ green 22 ◦ blue 61

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

Shades of Cardinal #C1163D

Tints of Cardinal #C1163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 69.93%
G = 7.97%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1163D (or 0xC1163D) is known color: Cardinal. HEX triplet: C1, 16 and 3D. RGB value is (193,22,61). Sum of RGB (Red+Green+Blue) = 193+22+61=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1163D is #3EE9C2. Grayscale: #4D4D4D. Windows color (decimal): -4123075 or 4003521. OLE color: 4003521.

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

Color convert

RGB 193 22 61 -
CMYK 0 0.89 0.68 0.24
HSL 346.32º 0.8% 0.42% -
HSV(B) 346.32º 0.89% 0.76% -
XYZ 23.12 12.25 5.56 -
YUV 77.58 118.65 210.33 -
System Red Green Blue C M Y K H S L
Decimal 193 22 61 0 0.89 0.68 0.24 346.32 0.8 0.42
Hex C1 16 3D 0 59 44 18 15A 50 2A
Octal 301 26 75 0 131 104 30 532 120 52
Binary 11000001 10110 111101 0 1011001 1000100 11000 101011010 1010000 101010

Color Harmonies of #C1163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1163D

Black with #C1163D

Text Example


Text Example

White with #C1163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1163D; }

 p { color: rgb(193,22,61); }

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

background-color css

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

 a { background-color: rgb(193,22,61); }

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

border-color css

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

 span { border-color: rgb(193,22,61); }

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