#D53D35

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

Shades of Persian Red #D53D35

Tints of Persian Red #D53D35

Color information

#D53D35 (or 0xD53D35) is unknown color: approx Persian Red. HEX triplet: D5, 3D and 35. RGB value is (213,61,53). Sum of RGB (Red+Green+Blue) = 213+61+53=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D35 is #2AC2CA. Grayscale: #696969. Windows color (decimal): -2802379 or 3489237. OLE color: 3489237.

HSL color Cylindrical-coordinate representation of color #D53D35: hue angle of 3º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53D35 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB2136153-
CMYK00.710.750.16
HSL65.57%52.16%-
HSV(B)75.12%83.53%-
XYZ29.7517.745.22-
YUV105.5498.36204.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.14%
GREEN value IS 61 (24.22% from 255) = 18.65%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=65.14%
G=18.65%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213615300.710.750.16365.5752.16
HexD53D350474B1034234
Octal3257565010711320310264
Binary1101010111110111010101000111100101110000111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D35; }

 p { color: rgb(213,61,53); }

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

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

 a { background-color: rgb(213,61,53); }

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

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

 span { border-color: rgb(213,61,53); }

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