#CD3333

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

Shades of Persian Red #CD3333

Tints of Persian Red #CD3333

Color information

#CD3333 (or 0xCD3333) is unknown color: approx Persian Red. HEX triplet: CD, 33 and 33. RGB value is (205,51,51). Sum of RGB (Red+Green+Blue) = 205+51+51=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3333 is #32CCCC. Grayscale: #616161. Windows color (decimal): -3329229 or 3355597. OLE color: 3355597.

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

Color convert

RGB2055151-
CMYK00.750.750.20
HSL60.63%50.2%-
HSV(B)75.12%80.39%-
XYZ26.9615.594.72-
YUV97.05102.02205-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 66.78%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=66.78%
G=16.61%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205515100.750.750.20060.6350.2
HexCD333304B4B1403d32
Octal315636301131132407562
Binary11001101110011110011010010111001011101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3333; }

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

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

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

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

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

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

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

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