#C03332

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

Shades of Persian Red #C03332

Tints of Persian Red #C03332

Color information

#C03332 (or 0xC03332) is unknown color: approx Persian Red. HEX triplet: C0, 33 and 32. RGB value is (192,51,50). Sum of RGB (Red+Green+Blue) = 192+51+50=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C03332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03332 is #3FCCCD. Grayscale: #5D5D5D. Windows color (decimal): -4181198 or 3290048. OLE color: 3290048.

HSL color Cylindrical-coordinate representation of color #C03332: hue angle of 0.42º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03332 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1925150-
CMYK00.730.740.25
HSL0.42º58.68%47.45%-
HSV(B)0.42º73.96%75.29%-
XYZ23.513.84.44-
YUV93.04103.71198.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.53%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=65.53%
G=17.41%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192515000.730.740.250.4258.6847.45
HexC033320494A1903b2f
Octal300636201111123107357
Binary11000000110011110010010010011001010110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03332; }

 p { color: rgb(192,51,50); }

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

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

 a { background-color: rgb(192,51,50); }

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

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

 span { border-color: rgb(192,51,50); }

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