#C91430

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

Shades of Cardinal #C91430

Tints of Cardinal #C91430

Color information

#C91430 (or 0xC91430) is unknown color: approx Cardinal. HEX triplet: C9, 14 and 30. RGB value is (201,20,48). Sum of RGB (Red+Green+Blue) = 201+20+48=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C91430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91430 is #36EBCF. Grayscale: #4D4D4D. Windows color (decimal): -3599312 or 3151049. OLE color: 3151049.

HSL color Cylindrical-coordinate representation of color #C91430: hue angle of 350.72º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91430 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB2012048-
CMYK00.900.760.21
HSL350.72º81.9%43.33%-
HSV(B)350.72º90.05%78.82%-
XYZ24.8713.134.02-
YUV77.31111.47216.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 74.72%
GREEN value IS 20 (8.20% from 255) = 7.43%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=74.72%
G=7.43%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201204800.900.760.21350.7281.943.33
HexC9143005A4C1515f522b
Octal311246001321142553712253
Binary1100100110100110000010110101001100101011010111111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91430; }

 p { color: rgb(201,20,48); }

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

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

 a { background-color: rgb(201,20,48); }

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

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

 span { border-color: rgb(201,20,48); }

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