#C0342F

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

Shades of Persian Red #C0342F

Tints of Persian Red #C0342F

Color information

#C0342F (or 0xC0342F) is unknown color: approx Persian Red. HEX triplet: C0, 34 and 2F. RGB value is (192,52,47). Sum of RGB (Red+Green+Blue) = 192+52+47=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0342F is #3FCBD0. Grayscale: #5D5D5D. Windows color (decimal): -4180945 or 3093696. OLE color: 3093696.

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

Color convert

RGB1925247-
CMYK00.730.760.25
HSL2.07º60.67%46.86%-
HSV(B)2.07º75.52%75.29%-
XYZ23.4813.874.13-
YUV93.29101.88198.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.98%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=65.98%
G=17.87%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192524700.730.760.252.0760.6746.86
HexC0342F0494C1923d2f
Octal300645701111143127557
Binary110000001101001011110100100110011001100110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0342F; }

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

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

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

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

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

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

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

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