#C03327

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

Shades of Persian Red #C03327

Tints of Persian Red #C03327

Color information

#C03327 (or 0xC03327) is unknown color: approx Persian Red. HEX triplet: C0, 33 and 27. RGB value is (192,51,39). Sum of RGB (Red+Green+Blue) = 192+51+39=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C03327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03327 is #3FCCD8. Grayscale: #5B5B5B. Windows color (decimal): -4181209 or 2569152. OLE color: 2569152.

HSL color Cylindrical-coordinate representation of color #C03327: hue angle of 4.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C03327 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1925139-
CMYK00.730.800.25
HSL4.71º66.23%45.29%-
HSV(B)4.71º79.69%75.29%-
XYZ23.2913.723.34-
YUV91.7998.21199.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.09%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=68.09%
G=18.09%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192513900.730.800.254.7166.2345.29
HexC0332704950195422d
Octal3006347011112031510255
Binary11000000110011100111010010011010000110011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03327; }

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

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

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

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

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

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

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

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