#c11933

Color #C11933 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C11933

Tints of Cardinal #C11933

Color information

#C11933 (or 0xC11933) is unknown color: approx Cardinal. HEX triplet: C1, 19 and 33. RGB value is (193,25,51). Sum of RGB (Red+Green+Blue) = 193+25+51=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C11933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11933 is #3EE6CC. Grayscale: #4E4E4E. Windows color (decimal): -4122317 or 3348929. OLE color: 3348929.

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

Color convert

RGB1932551-
CMYK00.870.740.24
HSL350.71º77.06%42.75%-
HSV(B)350.71º87.05%75.69%-
XYZ22.9412.274.29-
YUV78.2112.66209.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 71.75%
GREEN value IS 25 (10.16% from 255) = 9.29%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=71.75%
G=9.29%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193255100.870.740.24350.7177.0642.75
HexC119330574A1815f4d2b
Octal301316301271123053711553
Binary1100000111001110011010101111001010110001010111111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11933; }

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

 H1.HeaderClassName
 {
   color: #c11933;
 }
 .AnyTagClassName
 {
   color: #c11933;
 }
</style>
background-color css

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

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

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

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

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

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