#CC362C

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

Shades of Persian Red #CC362C

Tints of Persian Red #CC362C

Color information

#CC362C (or 0xCC362C) is unknown color: approx Persian Red. HEX triplet: CC, 36 and 2C. RGB value is (204,54,44). Sum of RGB (Red+Green+Blue) = 204+54+44=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC362C is #33C9D3. Grayscale: #616161. Windows color (decimal): -3394004 or 2897612. OLE color: 2897612.

HSL color Cylindrical-coordinate representation of color #CC362C: hue angle of 3.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC362C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB2045444-
CMYK00.740.780.2
HSL3.75º64.52%48.63%-
HSV(B)3.75º78.43%80%-
XYZ26.6815.664-
YUV97.7197.7203.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.55%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 44 (17.58% from 255) = 14.57%
R=67.55%
G=17.88%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204544400.740.780.23.7564.5248.63
HexCC362C04A4E1444131
Octal3146654011211624410161
Binary11001100110110101100010010101001110101001001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC362C; }

 p { color: rgb(204,54,44); }

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

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

 a { background-color: rgb(204,54,44); }

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

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

 span { border-color: rgb(204,54,44); }

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