#C03434

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

Shades of Persian Red #C03434

Tints of Persian Red #C03434

Color information

#C03434 (or 0xC03434) is unknown color: approx Persian Red. HEX triplet: C0, 34 and 34. RGB value is (192,52,52). Sum of RGB (Red+Green+Blue) = 192+52+52=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03434 is #3FCBCB. Grayscale: #5E5E5E. Windows color (decimal): -4180940 or 3421376. OLE color: 3421376.

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

Color convert

RGB1925252-
CMYK00.730.730.25
HSL57.38%47.84%-
HSV(B)72.92%75.29%-
XYZ23.5913.914.69-
YUV93.86104.38198-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.86%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=64.86%
G=17.57%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192525200.730.730.25057.3847.84
HexC03434049491903930
Octal300646401111113107160
Binary11000000110100110100010010011001001110010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03434; }

 p { color: rgb(192,52,52); }

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

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

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

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

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

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

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