#CC3D34

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

Shades of Persian Red #CC3D34

Tints of Persian Red #CC3D34

Color information

#CC3D34 (or 0xCC3D34) is unknown color: approx Persian Red. HEX triplet: CC, 3D and 34. RGB value is (204,61,52). Sum of RGB (Red+Green+Blue) = 204+61+52=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D34 is #33C2CB. Grayscale: #666666. Windows color (decimal): -3392204 or 3423692. OLE color: 3423692.

HSL color Cylindrical-coordinate representation of color #CC3D34: hue angle of 3.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3D34 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB2046152-
CMYK00.700.750.2
HSL3.55º59.84%50.2%-
HSV(B)3.55º74.51%80%-
XYZ27.1916.424.99-
YUV102.7399.38200.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.35%
GREEN value IS 61 (24.22% from 255) = 19.24%
BLUE value IS 52 (20.70% from 255) = 16.40%
R=64.35%
G=19.24%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204615200.700.750.23.5559.8450.2
HexCC3D340464B1443c32
Octal314756401061132447462
Binary1100110011110111010001000110100101110100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3D34; }

 p { color: rgb(204,61,52); }

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

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

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

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

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

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

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