Html Css Color HEX #C11146 Cardinal

📋 copy color: '#C11146'

red 193 ◦ green 17 ◦ blue 70

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

Shades of Cardinal #C11146

Tints of Cardinal #C11146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 70 (27.73% from 255) = 25%

R = 68.93%
G = 6.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C11146 (or 0xC11146) is known color: Cardinal. HEX triplet: C1, 11 and 46. RGB value is (193,17,70). Sum of RGB (Red+Green+Blue) = 193+17+70=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C11146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11146 is #3EEEB9. Grayscale: #4B4B4B. Windows color (decimal): -4124346 or 4592065. OLE color: 4592065.

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

Color convert

RGB 193 17 70 -
CMYK 0 0.91 0.64 0.24
HSL 341.93º 0.84% 0.41% -
HSV(B) 341.93º 0.91% 0.76% -
XYZ 23.3 12.18 6.92 -
YUV 75.67 124.81 211.69 -
System Red Green Blue C M Y K H S L
Decimal 193 17 70 0 0.91 0.64 0.24 341.93 0.84 0.41
Hex C1 11 46 0 5B 40 18 156 54 29
Octal 301 21 106 0 133 100 30 526 124 51
Binary 11000001 10001 1000110 0 1011011 1000000 11000 101010110 1010100 101001

Color Harmonies of #C11146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11146

Black with #C11146

Text Example


Text Example

White with #C11146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11146; }

 p { color: rgb(193,17,70); }

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

background-color css

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

 a { background-color: rgb(193,17,70); }

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

border-color css

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

 span { border-color: rgb(193,17,70); }

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