#C91038

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

Shades of Cardinal #C91038

Tints of Cardinal #C91038

Color information

#C91038 (or 0xC91038) is unknown color: approx Cardinal. HEX triplet: C9, 10 and 38. RGB value is (201,16,56). Sum of RGB (Red+Green+Blue) = 201+16+56=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C91038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91038 is #36EFC7. Grayscale: #4B4B4B. Windows color (decimal): -3600328 or 3674313. OLE color: 3674313.

HSL color Cylindrical-coordinate representation of color #C91038: hue angle of 347.03º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91038 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2011656-
CMYK00.920.720.21
HSL347.03º85.25%42.55%-
HSV(B)347.03º92.04%78.82%-
XYZ24.9913.074.95-
YUV75.88116.79217.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.63%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=73.63%
G=5.86%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201165600.920.720.21347.0385.2542.55
HexC9103805C481515b552b
Octal311207001341102553312553
Binary1100100110000111000010111001001000101011010110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91038; }

 p { color: rgb(201,16,56); }

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

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

 a { background-color: rgb(201,16,56); }

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

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

 span { border-color: rgb(201,16,56); }

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