#CD3332

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

Shades of Persian Red #CD3332

Tints of Persian Red #CD3332

Color information

#CD3332 (or 0xCD3332) is unknown color: approx Persian Red. HEX triplet: CD, 33 and 32. RGB value is (205,51,50). Sum of RGB (Red+Green+Blue) = 205+51+50=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3332 is #32CCCD. Grayscale: #616161. Windows color (decimal): -3329230 or 3290061. OLE color: 3290061.

HSL color Cylindrical-coordinate representation of color #CD3332: hue angle of 0.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3332 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB2055150-
CMYK00.750.760.20
HSL0.39º60.78%50%-
HSV(B)0.39º75.61%80.39%-
XYZ26.9415.584.6-
YUV96.93101.52205.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 66.99%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=66.99%
G=16.67%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205515000.750.760.200.3960.7850
HexCD333204B4C1403d32
Octal315636201131142407562
Binary11001101110011110010010010111001100101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3332; }

 p { color: rgb(205,51,50); }

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

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

 a { background-color: rgb(205,51,50); }

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

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

 span { border-color: rgb(205,51,50); }

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