#C93B35

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

Shades of Persian Red #C93B35

Tints of Persian Red #C93B35

Color information

#C93B35 (or 0xC93B35) is unknown color: approx Persian Red. HEX triplet: C9, 3B and 35. RGB value is (201,59,53). Sum of RGB (Red+Green+Blue) = 201+59+53=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B35 is #36C4CA. Grayscale: #646464. Windows color (decimal): -3589323 or 3488713. OLE color: 3488713.

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

Color convert

RGB2015953-
CMYK00.710.740.21
HSL2.43º58.27%49.8%-
HSV(B)2.43º73.63%78.82%-
XYZ26.2915.85.03-
YUV100.77101.04199.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.22%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=64.22%
G=18.85%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201595300.710.740.212.4358.2749.8
HexC93B350474A1523a32
Octal311736501071122527262
Binary110010011110111101010100011110010101010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93B35; }

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

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

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

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

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

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

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

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