Html Css Color HEX #C11648 Cardinal

📋 copy color: '#C11648'

red 193 ◦ green 22 ◦ blue 72

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

Shades of Cardinal #C11648

Tints of Cardinal #C11648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

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

R = 67.25%
G = 7.67%
B = 25.09%

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

#C11648 (or 0xC11648) is known color: Cardinal. HEX triplet: C1, 16 and 48. RGB value is (193,22,72). Sum of RGB (Red+Green+Blue) = 193+22+72=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C11648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11648 is #3EE9B7. Grayscale: #4E4E4E. Windows color (decimal): -4123064 or 4724417. OLE color: 4724417.

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

Color convert

RGB 193 22 72 -
CMYK 0 0.89 0.63 0.24
HSL 342.46º 0.8% 0.42% -
HSV(B) 342.46º 0.89% 0.76% -
XYZ 23.45 12.38 7.28 -
YUV 78.83 124.15 209.43 -
System Red Green Blue C M Y K H S L
Decimal 193 22 72 0 0.89 0.63 0.24 342.46 0.8 0.42
Hex C1 16 48 0 59 3F 18 156 50 2A
Octal 301 26 110 0 131 77 30 526 120 52
Binary 11000001 10110 1001000 0 1011001 111111 11000 101010110 1010000 101010

Color Harmonies of #C11648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11648

Black with #C11648

Text Example


Text Example

White with #C11648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11648; }

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

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

background-color css

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

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

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

border-color css

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

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

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