#C92135

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

Shades of Cardinal #C92135

Tints of Cardinal #C92135

Color information

#C92135 (or 0xC92135) is unknown color: approx Cardinal. HEX triplet: C9, 21 and 35. RGB value is (201,33,53). Sum of RGB (Red+Green+Blue) = 201+33+53=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C92135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92135 is #36DECA. Grayscale: #555555. Windows color (decimal): -3595979 or 3482057. OLE color: 3482057.

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

Color convert

RGB2013353-
CMYK00.840.740.21
HSL352.86º71.79%45.88%-
HSV(B)352.86º83.58%78.82%-
XYZ25.2713.764.69-
YUV85.51109.66210.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.03%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=70.03%
G=11.50%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201335300.840.740.21352.8671.7945.88
HexC921350544A15161482e
Octal311416501241122554111056
Binary11001001100001110101010101001001010101011011000011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92135; }

 p { color: rgb(201,33,53); }

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

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

 a { background-color: rgb(201,33,53); }

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

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

 span { border-color: rgb(201,33,53); }

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