Html Css Color HEX #C11F47 Cardinal

📋 copy color: '#C11F47'

red 193 ◦ green 31 ◦ blue 71

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

Shades of Cardinal #C11F47

Tints of Cardinal #C11F47

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

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

R = 65.42%
G = 10.51%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C11F47 (or 0xC11F47) is known color: Cardinal. HEX triplet: C1, 1F and 47. RGB value is (193,31,71). Sum of RGB (Red+Green+Blue) = 193+31+71=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F47 is #3EE0B8. Grayscale: #545454. Windows color (decimal): -4120761 or 4661185. OLE color: 4661185.

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

Color convert

RGB 193 31 71 -
CMYK 0 0.84 0.63 0.24
HSL 345.19º 0.72% 0.44% -
HSV(B) 345.19º 0.84% 0.76% -
XYZ 23.62 12.77 7.18 -
YUV 84 120.67 205.75 -
System Red Green Blue C M Y K H S L
Decimal 193 31 71 0 0.84 0.63 0.24 345.19 0.72 0.44
Hex C1 1F 47 0 54 3F 18 159 48 2C
Octal 301 37 107 0 124 77 30 531 110 54
Binary 11000001 11111 1000111 0 1010100 111111 11000 101011001 1001000 101100

Color Harmonies of #C11F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F47

Black with #C11F47

Text Example


Text Example

White with #C11F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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