#C91B34

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

Shades of Cardinal #C91B34

Tints of Cardinal #C91B34

Color information

#C91B34 (or 0xC91B34) is unknown color: approx Cardinal. HEX triplet: C9, 1B and 34. RGB value is (201,27,52). Sum of RGB (Red+Green+Blue) = 201+27+52=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B34 is #36E4CB. Grayscale: #515151. Windows color (decimal): -3597516 or 3414985. OLE color: 3414985.

HSL color Cylindrical-coordinate representation of color #C91B34: hue angle of 351.38º 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 #C91B34 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2012752-
CMYK00.870.740.21
HSL351.38º76.32%44.71%-
HSV(B)351.38º86.57%78.82%-
XYZ25.113.454.52-
YUV81.88111.15212.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 71.79%
GREEN value IS 27 (10.94% from 255) = 9.64%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=71.79%
G=9.64%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201275200.870.740.21351.3876.3244.71
HexC91B340574A1515f4c2d
Octal311336401271122553711455
Binary1100100111011110100010101111001010101011010111111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91B34; }

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

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

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

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

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

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

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

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