#CC423D

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

Shades of Persian Red #CC423D

Tints of Persian Red #CC423D

Color information

#CC423D (or 0xCC423D) is unknown color: approx Persian Red. HEX triplet: CC, 42 and 3D. RGB value is (204,66,61). Sum of RGB (Red+Green+Blue) = 204+66+61=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC423D is #33BDC2. Grayscale: #6A6A6A. Windows color (decimal): -3390915 or 4014796. OLE color: 4014796.

HSL color Cylindrical-coordinate representation of color #CC423D: hue angle of 2.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC423D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB2046661-
CMYK00.680.700.2
HSL2.1º58.37%51.96%-
HSV(B)2.1º70.1%80%-
XYZ27.6917.076.25-
YUV106.69102.22197.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=61.63%
G=19.94%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204666100.680.700.22.158.3751.96
HexCC423D044461423a34
Octal3141027501041062427264
Binary1100110010000101111010100010010001101010010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC423D; }

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

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

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

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

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

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

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

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