#C03224

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

Shades of Persian Red #C03224

Tints of Persian Red #C03224

Color information

#C03224 (or 0xC03224) is unknown color: approx Persian Red. HEX triplet: C0, 32 and 24. RGB value is (192,50,36). Sum of RGB (Red+Green+Blue) = 192+50+36=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C03224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03224 is #3FCDDB. Grayscale: #5B5B5B. Windows color (decimal): -4181468 or 2372288. OLE color: 2372288.

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

Color convert

RGB1925036-
CMYK00.740.810.25
HSL5.38º68.42%44.71%-
HSV(B)5.38º81.25%75.29%-
XYZ23.213.623.07-
YUV90.8697.04200.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.06%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=69.06%
G=17.99%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192503600.740.810.255.3868.4244.71
HexC0322404A51195442d
Octal3006244011212131510455
Binary11000000110010100100010010101010001110011011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03224; }

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

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

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

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

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

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

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

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