#C93B2D

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

Shades of Persian Red #C93B2D

Tints of Persian Red #C93B2D

Color information

#C93B2D (or 0xC93B2D) is unknown color: approx Persian Red. HEX triplet: C9, 3B and 2D. RGB value is (201,59,45). Sum of RGB (Red+Green+Blue) = 201+59+45=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B2D is #36C4D2. Grayscale: #646464. Windows color (decimal): -3589331 or 2964425. OLE color: 2964425.

HSL color Cylindrical-coordinate representation of color #C93B2D: hue angle of 5.38º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C93B2D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB2015945-
CMYK00.710.780.21
HSL5.38º63.41%48.24%-
HSV(B)5.38º77.61%78.82%-
XYZ26.1315.734.14-
YUV99.8697.04200.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.90%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=65.90%
G=19.34%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201594500.710.780.215.3863.4148.24
HexC93B2D0474E1553f30
Octal311735501071162557760
Binary1100100111101110110101000111100111010101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93B2D; }

 p { color: rgb(201,59,45); }

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

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

 a { background-color: rgb(201,59,45); }

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

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

 span { border-color: rgb(201,59,45); }

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