#C93725

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

Shades of Persian Red #C93725

Tints of Persian Red #C93725

Color information

#C93725 (or 0xC93725) is unknown color: approx Persian Red. HEX triplet: C9, 37 and 25. RGB value is (201,55,37). Sum of RGB (Red+Green+Blue) = 201+55+37=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C93725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93725 is #36C8DA. Grayscale: #606060. Windows color (decimal): -3590363 or 2439113. OLE color: 2439113.

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

Color convert

RGB2015537-
CMYK00.730.820.21
HSL6.59º68.91%46.67%-
HSV(B)6.59º81.59%78.82%-
XYZ25.7915.283.34-
YUV96.694.37202.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 68.60%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=68.60%
G=18.77%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201553700.730.820.216.5968.9146.67
HexC9372504952157452f
Octal3116745011112225710557
Binary11001001110111100101010010011010010101011111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93725; }

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

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

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

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

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

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

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

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