#CD3631

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

Shades of Persian Red #CD3631

Tints of Persian Red #CD3631

Color information

#CD3631 (or 0xCD3631) is unknown color: approx Persian Red. HEX triplet: CD, 36 and 31. RGB value is (205,54,49). Sum of RGB (Red+Green+Blue) = 205+54+49=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3631 is #32C9CE. Grayscale: #626262. Windows color (decimal): -3328463 or 3225293. OLE color: 3225293.

HSL color Cylindrical-coordinate representation of color #CD3631: hue angle of 1.92º 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 #CD3631 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB2055449-
CMYK00.740.760.20
HSL1.92º61.42%49.8%-
HSV(B)1.92º76.1%80.39%-
XYZ27.0515.844.54-
YUV98.58100.03203.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 66.56%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=66.56%
G=17.53%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205544900.740.760.201.9261.4249.8
HexCD363104A4C1423d32
Octal315666101121142427562
Binary110011011101101100010100101010011001010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3631; }

 p { color: rgb(205,54,49); }

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

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

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

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

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

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

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