#C03D31

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

Shades of Persian Red #C03D31

Tints of Persian Red #C03D31

Color information

#C03D31 (or 0xC03D31) is unknown color: approx Persian Red. HEX triplet: C0, 3D and 31. RGB value is (192,61,49). Sum of RGB (Red+Green+Blue) = 192+61+49=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D31 is #3FC2CE. Grayscale: #626262. Windows color (decimal): -4178639 or 3227072. OLE color: 3227072.

HSL color Cylindrical-coordinate representation of color #C03D31: hue angle of 5.03º 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 #C03D31 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1926149-
CMYK00.680.740.25
HSL5.03º59.34%47.25%-
HSV(B)5.03º74.48%75.29%-
XYZ23.9614.774.49-
YUV98.899.9194.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.58%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=63.58%
G=20.20%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192614900.680.740.255.0359.3447.25
HexC03D310444A1953b2f
Octal300756101041123157357
Binary1100000011110111000101000100100101011001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03D31; }

 p { color: rgb(192,61,49); }

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

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

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

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

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

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

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