#C93434

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

Shades of Persian Red #C93434

Tints of Persian Red #C93434

Color information

#C93434 (or 0xC93434) is unknown color: approx Persian Red. HEX triplet: C9, 34 and 34. RGB value is (201,52,52). Sum of RGB (Red+Green+Blue) = 201+52+52=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C93434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93434 is #36CBCB. Grayscale: #606060. Windows color (decimal): -3591116 or 3421385. OLE color: 3421385.

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

Color convert

RGB2015252-
CMYK00.740.740.21
HSL58.89%49.61%-
HSV(B)74.13%78.82%-
XYZ25.9415.124.8-
YUV96.55102.86202.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.90%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=65.90%
G=17.05%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201525200.740.740.21058.8949.61
HexC9343404A4A1503b32
Octal311646401121122507362
Binary11001001110100110100010010101001010101010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93434; }

 p { color: rgb(201,52,52); }

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

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

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

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

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

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

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