#CC433D

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

Shades of Persian Red #CC433D

Tints of Persian Red #CC433D

Color information

#CC433D (or 0xCC433D) is unknown color: approx Persian Red. HEX triplet: CC, 43 and 3D. RGB value is (204,67,61). Sum of RGB (Red+Green+Blue) = 204+67+61=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC433D is #33BCC2. Grayscale: #6B6B6B. Windows color (decimal): -3390659 or 4015052. OLE color: 4015052.

HSL color Cylindrical-coordinate representation of color #CC433D: hue angle of 2.52º 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 #CC433D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB2046761-
CMYK00.670.700.2
HSL2.52º58.37%51.96%-
HSV(B)2.52º70.1%80%-
XYZ27.7517.196.27-
YUV107.28101.89196.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.45%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=61.45%
G=20.18%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204676100.670.700.22.5258.3751.96
HexCC433D043461433a34
Octal3141037501031062437264
Binary1100110010000111111010100001110001101010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC433D; }

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

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

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

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

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

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

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

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