#CC3726

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

Shades of Persian Red #CC3726

Tints of Persian Red #CC3726

Color information

#CC3726 (or 0xCC3726) is unknown color: approx Persian Red. HEX triplet: CC, 37 and 26. RGB value is (204,55,38). Sum of RGB (Red+Green+Blue) = 204+55+38=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3726 is #33C8D9. Grayscale: #616161. Windows color (decimal): -3393754 or 2504652. OLE color: 2504652.

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

Color convert

RGB2045538-
CMYK00.730.810.2
HSL6.14º68.6%47.45%-
HSV(B)6.14º81.37%80%-
XYZ26.6215.713.46-
YUV97.6194.36203.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.69%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=68.69%
G=18.52%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204553800.730.810.26.1468.647.45
HexCC372604951146452f
Octal3146746011112124610557
Binary11001100110111100110010010011010001101001101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3726; }

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

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

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

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

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

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

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

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