#C92539

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

Shades of Cardinal #C92539

Tints of Cardinal #C92539

Color information

#C92539 (or 0xC92539) is unknown color: approx Cardinal. HEX triplet: C9, 25 and 39. RGB value is (201,37,57). Sum of RGB (Red+Green+Blue) = 201+37+57=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C92539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92539 is #36DAC6. Grayscale: #585858. Windows color (decimal): -3594951 or 3745225. OLE color: 3745225.

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

Color convert

RGB2013757-
CMYK00.820.720.21
HSL352.68º68.91%46.67%-
HSV(B)352.68º81.59%78.82%-
XYZ25.4914.045.24-
YUV88.32110.33208.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 68.14%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=68.14%
G=12.54%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201375700.820.720.21352.6868.9146.67
HexC925390524815161452f
Octal311457101221102554110557
Binary11001001100101111001010100101001000101011011000011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92539; }

 p { color: rgb(201,37,57); }

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

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

 a { background-color: rgb(201,37,57); }

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

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

 span { border-color: rgb(201,37,57); }

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