#CC3728

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

Shades of Persian Red #CC3728

Tints of Persian Red #CC3728

Color information

#CC3728 (or 0xCC3728) is unknown color: approx Persian Red. HEX triplet: CC, 37 and 28. RGB value is (204,55,40). Sum of RGB (Red+Green+Blue) = 204+55+40=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3728 is #33C8D7. Grayscale: #626262. Windows color (decimal): -3393752 or 2635724. OLE color: 2635724.

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

Color convert

RGB2045540-
CMYK00.730.800.2
HSL5.49º67.21%47.84%-
HSV(B)5.49º80.39%80%-
XYZ26.6515.723.64-
YUV97.8495.36203.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.23%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=68.23%
G=18.39%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204554000.730.800.25.4967.2147.84
HexCC3728049501454330
Octal3146750011112024510360
Binary11001100110111101000010010011010000101001011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3728; }

 p { color: rgb(204,55,40); }

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

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

 a { background-color: rgb(204,55,40); }

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

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

 span { border-color: rgb(204,55,40); }

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