#C91B2D

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

Shades of Cardinal #C91B2D

Tints of Cardinal #C91B2D

Color information

#C91B2D (or 0xC91B2D) is unknown color: approx Cardinal. HEX triplet: C9, 1B and 2D. RGB value is (201,27,45). Sum of RGB (Red+Green+Blue) = 201+27+45=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B2D is #36E4D2. Grayscale: #515151. Windows color (decimal): -3597523 or 2956233. OLE color: 2956233.

HSL color Cylindrical-coordinate representation of color #C91B2D: hue angle of 353.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91B2D is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB2012745-
CMYK00.870.780.21
HSL353.79º76.32%44.71%-
HSV(B)353.79º86.57%78.82%-
XYZ24.9513.393.75-
YUV81.08107.65213.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.63%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=73.63%
G=9.89%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201274500.870.780.21353.7976.3244.71
HexC91B2D0574E151624c2d
Octal311335501271162554211455
Binary1100100111011101101010101111001110101011011000101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91B2D; }

 p { color: rgb(201,27,45); }

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

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

 a { background-color: rgb(201,27,45); }

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

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

 span { border-color: rgb(201,27,45); }

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