#CD3E35

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

Shades of Persian Red #CD3E35

Tints of Persian Red #CD3E35

Color information

#CD3E35 (or 0xCD3E35) is unknown color: approx Persian Red. HEX triplet: CD, 3E and 35. RGB value is (205,62,53). Sum of RGB (Red+Green+Blue) = 205+62+53=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E35 is #32C1CA. Grayscale: #676767. Windows color (decimal): -3326411 or 3489485. OLE color: 3489485.

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

Color convert

RGB2056253-
CMYK00.700.740.20
HSL3.55º60.32%50.59%-
HSV(B)3.55º74.15%80.39%-
XYZ27.5416.685.14-
YUV103.7399.38200.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.06%
GREEN value IS 62 (24.61% from 255) = 19.38%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=64.06%
G=19.38%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205625300.700.740.203.5560.3250.59
HexCD3E350464A1443c33
Octal315766501061122447463
Binary1100110111111011010101000110100101010100100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E35; }

 p { color: rgb(205,62,53); }

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

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

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

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

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

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

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