Html Css Color HEX #C11548 Cardinal

📋 copy color: '#C11548'

red 193 ◦ green 21 ◦ blue 72

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

Shades of Cardinal #C11548

Tints of Cardinal #C11548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 67.48%
G = 7.34%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C11548 (or 0xC11548) is known color: Cardinal. HEX triplet: C1, 15 and 48. RGB value is (193,21,72). Sum of RGB (Red+Green+Blue) = 193+21+72=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C11548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11548 is #3EEAB7. Grayscale: #4E4E4E. Windows color (decimal): -4123320 or 4724161. OLE color: 4724161.

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

Color convert

RGB 193 21 72 -
CMYK 0 0.89 0.63 0.24
HSL 342.21º 0.8% 0.42% -
HSV(B) 342.21º 0.89% 0.76% -
XYZ 23.43 12.34 7.28 -
YUV 78.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 193 21 72 0 0.89 0.63 0.24 342.21 0.8 0.42
Hex C1 15 48 0 59 3F 18 156 50 2A
Octal 301 25 110 0 131 77 30 526 120 52
Binary 11000001 10101 1001000 0 1011001 111111 11000 101010110 1010000 101010

Color Harmonies of #C11548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11548

Black with #C11548

Text Example


Text Example

White with #C11548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11548; }

 p { color: rgb(193,21,72); }

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

background-color css

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

 a { background-color: rgb(193,21,72); }

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

border-color css

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

 span { border-color: rgb(193,21,72); }

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