Html Css Color HEX #C11947 Cardinal

📋 copy color: '#C11947'

red 193 ◦ green 25 ◦ blue 71

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

Shades of Cardinal #C11947

Tints of Cardinal #C11947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 71 (28.13% from 255) = 24.57%

R = 66.78%
G = 8.65%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C11947 (or 0xC11947) is known color: Cardinal. HEX triplet: C1, 19 and 47. RGB value is (193,25,71). Sum of RGB (Red+Green+Blue) = 193+25+71=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C11947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11947 is #3EE6B8. Grayscale: #505050. Windows color (decimal): -4122297 or 4659649. OLE color: 4659649.

HSL color Cylindrical-coordinate representation of color #C11947: hue angle of 343.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11947 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 25 71 -
CMYK 0 0.87 0.63 0.24
HSL 343.57º 0.77% 0.43% -
HSV(B) 343.57º 0.87% 0.76% -
XYZ 23.48 12.49 7.13 -
YUV 80.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 193 25 71 0 0.87 0.63 0.24 343.57 0.77 0.43
Hex C1 19 47 0 57 3F 18 158 4D 2B
Octal 301 31 107 0 127 77 30 530 115 53
Binary 11000001 11001 1000111 0 1010111 111111 11000 101011000 1001101 101011

Color Harmonies of #C11947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11947

Black with #C11947

Text Example


Text Example

White with #C11947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11947; }

 p { color: rgb(193,25,71); }

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

background-color css

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

 a { background-color: rgb(193,25,71); }

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

border-color css

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

 span { border-color: rgb(193,25,71); }

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