#c11c31

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

Shades of Cardinal #C11C31

Tints of Cardinal #C11C31

Color information

#C11C31 (or 0xC11C31) is unknown color: approx Cardinal. HEX triplet: C1, 1C and 31. RGB value is (193,28,49). Sum of RGB (Red+Green+Blue) = 193+28+49=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11C31 is #3EE3CE. Grayscale: #4F4F4F. Windows color (decimal): -4121551 or 3218625. OLE color: 3218625.

HSL color Cylindrical-coordinate representation of color #C11C31: hue angle of 352.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11C31 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1932849-
CMYK00.850.750.24
HSL352.36º74.66%43.33%-
HSV(B)352.36º85.49%75.69%-
XYZ22.9612.394.09-
YUV79.73110.66208.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 71.48%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 49 (19.53% from 255) = 18.15%
R=71.48%
G=10.37%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193284900.850.750.24352.3674.6643.33
HexC11C310554B181604b2b
Octal301346101251133054011353
Binary1100000111100110001010101011001011110001011000001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11c31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11c31; }

 p { color: rgb(193,28,49); }

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

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

 a { background-color: rgb(193,28,49); }

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

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

 span { border-color: rgb(193,28,49); }

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