Html Css Color HEX #C11046 Cardinal

📋 copy color: '#C11046'

red 193 ◦ green 16 ◦ blue 70

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

Shades of Cardinal #C11046

Tints of Cardinal #C11046

RGB

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

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

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

R = 69.18%
G = 5.73%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C11046 (or 0xC11046) is known color: Cardinal. HEX triplet: C1, 10 and 46. RGB value is (193,16,70). Sum of RGB (Red+Green+Blue) = 193+16+70=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C11046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11046 is #3EEFB9. Grayscale: #4B4B4B. Windows color (decimal): -4124602 or 4591809. OLE color: 4591809.

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

Color convert

RGB 193 16 70 -
CMYK 0 0.92 0.64 0.24
HSL 341.69º 0.85% 0.41% -
HSV(B) 341.69º 0.92% 0.76% -
XYZ 23.28 12.15 6.91 -
YUV 75.08 125.14 212.11 -
System Red Green Blue C M Y K H S L
Decimal 193 16 70 0 0.92 0.64 0.24 341.69 0.85 0.41
Hex C1 10 46 0 5C 40 18 156 55 29
Octal 301 20 106 0 134 100 30 526 125 51
Binary 11000001 10000 1000110 0 1011100 1000000 11000 101010110 1010101 101001

Color Harmonies of #C11046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11046

Black with #C11046

Text Example


Text Example

White with #C11046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11046; }

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

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

background-color css

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

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

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

border-color css

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

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

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