#C32C28

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

Shades of Persian Red #C32C28

Tints of Persian Red #C32C28

Color information

#C32C28 (or 0xC32C28) is unknown color: approx Persian Red. HEX triplet: C3, 2C and 28. RGB value is (195,44,40). Sum of RGB (Red+Green+Blue) = 195+44+40=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C28 is #3CD3D7. Grayscale: #585858. Windows color (decimal): -3986392 or 2632899. OLE color: 2632899.

HSL color Cylindrical-coordinate representation of color #C32C28: hue angle of 1.55º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32C28 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1954440-
CMYK00.770.790.24
HSL1.55º65.96%46.08%-
HSV(B)1.55º79.49%76.47%-
XYZ23.7913.563.37-
YUV88.69100.53203.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.89%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=69.89%
G=15.77%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195444000.770.790.241.5565.9646.08
HexC32C2804D4F182422e
Octal3035450011511730210256
Binary1100001110110010100001001101100111111000101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32C28; }

 p { color: rgb(195,44,40); }

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

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

 a { background-color: rgb(195,44,40); }

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

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

 span { border-color: rgb(195,44,40); }

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