#C11F31

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

Shades of Cardinal #C11F31

Tints of Cardinal #C11F31

Color information

#C11F31 (or 0xC11F31) is unknown color: approx Cardinal. HEX triplet: C1, 1F and 31. RGB value is (193,31,49). Sum of RGB (Red+Green+Blue) = 193+31+49=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F31 is #3EE0CE. Grayscale: #515151. Windows color (decimal): -4120783 or 3219393. OLE color: 3219393.

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

Color convert

RGB1933149-
CMYK00.840.750.24
HSL353.33º72.32%43.92%-
HSV(B)353.33º83.94%75.69%-
XYZ23.0412.544.11-
YUV81.49109.67207.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.70%
GREEN value IS 31 (12.5% from 255) = 11.36%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=70.70%
G=11.36%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193314900.840.750.24353.3372.3243.92
HexC11F310544B18161482c
Octal301376101241133054111054
Binary1100000111111110001010101001001011110001011000011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11F31; }

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

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

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

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

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

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

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

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