#C93635

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

Shades of Persian Red #C93635

Tints of Persian Red #C93635

Color information

#C93635 (or 0xC93635) is unknown color: approx Persian Red. HEX triplet: C9, 36 and 35. RGB value is (201,54,53). Sum of RGB (Red+Green+Blue) = 201+54+53=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C93635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93635 is #36C9CA. Grayscale: #616161. Windows color (decimal): -3590603 or 3487433. OLE color: 3487433.

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

Color convert

RGB2015453-
CMYK00.730.740.21
HSL0.41º58.27%49.8%-
HSV(B)0.41º73.63%78.82%-
XYZ26.0515.314.95-
YUV97.84102.7201.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.26%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=65.26%
G=17.53%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201545300.730.740.210.4158.2749.8
HexC936350494A1503a32
Octal311666501111122507262
Binary11001001110110110101010010011001010101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93635; }

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

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

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

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

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

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

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

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