Html Css Color HEX #C11150 Cardinal

📋 copy color: '#C11150'

red 193 ◦ green 17 ◦ blue 80

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

Shades of Cardinal #C11150

Tints of Cardinal #C11150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 66.55%
G = 5.86%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C11150 (or 0xC11150) is known color: Cardinal. HEX triplet: C1, 11 and 50. RGB value is (193,17,80). Sum of RGB (Red+Green+Blue) = 193+17+80=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C11150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11150 is #3EEEAF. Grayscale: #4C4C4C. Windows color (decimal): -4124336 or 5247425. OLE color: 5247425.

HSL color Cylindrical-coordinate representation of color #C11150: hue angle of 338.52º 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 #C11150 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 17 80 -
CMYK 0 0.91 0.59 0.24
HSL 338.52º 0.84% 0.41% -
HSV(B) 338.52º 0.91% 0.76% -
XYZ 23.64 12.32 8.72 -
YUV 76.81 129.81 210.88 -
System Red Green Blue C M Y K H S L
Decimal 193 17 80 0 0.91 0.59 0.24 338.52 0.84 0.41
Hex C1 11 50 0 5B 3B 18 153 54 29
Octal 301 21 120 0 133 73 30 523 124 51
Binary 11000001 10001 1010000 0 1011011 111011 11000 101010011 1010100 101001

Color Harmonies of #C11150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11150

Black with #C11150

Text Example


Text Example

White with #C11150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11150; }

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

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

background-color css

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

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

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

border-color css

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

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

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