#C92827

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

Shades of Persian Red #C92827

Tints of Persian Red #C92827

Color information

#C92827 (or 0xC92827) is unknown color: approx Persian Red. HEX triplet: C9, 28 and 27. RGB value is (201,40,39). Sum of RGB (Red+Green+Blue) = 201+40+39=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C92827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92827 is #36D7D8. Grayscale: #585858. Windows color (decimal): -3594201 or 2566345. OLE color: 2566345.

HSL color Cylindrical-coordinate representation of color #C92827: hue angle of 0.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92827 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB2014039-
CMYK00.800.810.21
HSL0.37º67.5%47.06%-
HSV(B)0.37º80.6%78.82%-
XYZ25.2114.083.31-
YUV88.02100.34208.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 71.79%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=71.79%
G=14.29%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201403900.800.810.210.3767.547.06
HexC9282705051150442f
Octal3115047012012125010457
Binary110010011010001001110101000010100011010101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92827; }

 p { color: rgb(201,40,39); }

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

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

 a { background-color: rgb(201,40,39); }

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

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

 span { border-color: rgb(201,40,39); }

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