#C3352F

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

Shades of Persian Red #C3352F

Tints of Persian Red #C3352F

Color information

#C3352F (or 0xC3352F) is unknown color: approx Persian Red. HEX triplet: C3, 35 and 2F. RGB value is (195,53,47). Sum of RGB (Red+Green+Blue) = 195+53+47=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3352F is #3CCAD0. Grayscale: #5E5E5E. Windows color (decimal): -3984081 or 3093955. OLE color: 3093955.

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

Color convert

RGB1955347-
CMYK00.730.760.24
HSL2.43º61.16%47.45%-
HSV(B)2.43º75.9%76.47%-
XYZ24.2914.354.18-
YUV94.77101.04199.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.10%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=66.10%
G=17.97%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195534700.730.760.242.4361.1647.45
HexC3352F0494C1823d2f
Octal303655701111143027557
Binary110000111101011011110100100110011001100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3352F; }

 p { color: rgb(195,53,47); }

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

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

 a { background-color: rgb(195,53,47); }

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

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

 span { border-color: rgb(195,53,47); }

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