#C93433

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

Shades of Persian Red #C93433

Tints of Persian Red #C93433

Color information

#C93433 (or 0xC93433) is unknown color: approx Persian Red. HEX triplet: C9, 34 and 33. RGB value is (201,52,51). Sum of RGB (Red+Green+Blue) = 201+52+51=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C93433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93433 is #36CBCC. Grayscale: #606060. Windows color (decimal): -3591117 or 3355849. OLE color: 3355849.

HSL color Cylindrical-coordinate representation of color #C93433: hue angle of 0.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93433 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2015251-
CMYK00.740.750.21
HSL0.4º59.52%49.41%-
HSV(B)0.4º74.63%78.82%-
XYZ25.9115.114.68-
YUV96.44102.36202.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 66.12%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=66.12%
G=17.11%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201525100.740.750.210.459.5249.41
HexC9343304A4B1503c31
Octal311646301121132507461
Binary11001001110100110011010010101001011101010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93433; }

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

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

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

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

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

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

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

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