Html Css Color HEX #C11048 Cardinal

📋 copy color: '#C11048'

red 193 ◦ green 16 ◦ blue 72

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

Shades of Cardinal #C11048

Tints of Cardinal #C11048

RGB

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

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

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

R = 68.68%
G = 5.69%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C11048 (or 0xC11048) is known color: Cardinal. HEX triplet: C1, 10 and 48. RGB value is (193,16,72). Sum of RGB (Red+Green+Blue) = 193+16+72=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C11048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11048 is #3EEFB7. Grayscale: #4B4B4B. Windows color (decimal): -4124600 or 4722881. OLE color: 4722881.

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

Color convert

RGB 193 16 72 -
CMYK 0 0.92 0.63 0.24
HSL 341.02º 0.85% 0.41% -
HSV(B) 341.02º 0.92% 0.76% -
XYZ 23.35 12.18 7.25 -
YUV 75.31 126.14 211.95 -
System Red Green Blue C M Y K H S L
Decimal 193 16 72 0 0.92 0.63 0.24 341.02 0.85 0.41
Hex C1 10 48 0 5C 3F 18 155 55 29
Octal 301 20 110 0 134 77 30 525 125 51
Binary 11000001 10000 1001000 0 1011100 111111 11000 101010101 1010101 101001

Color Harmonies of #C11048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11048

Black with #C11048

Text Example


Text Example

White with #C11048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11048; }

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

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

background-color css

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

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

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

border-color css

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

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

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