#D53633

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

Shades of Persian Red #D53633

Tints of Persian Red #D53633

Color information

#D53633 (or 0xD53633) is unknown color: approx Persian Red. HEX triplet: D5, 36 and 33. RGB value is (213,54,51). Sum of RGB (Red+Green+Blue) = 213+54+51=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53633 is #2AC9CC. Grayscale: #656565. Windows color (decimal): -2804173 or 3356373. OLE color: 3356373.

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

Color convert

RGB2135451-
CMYK00.750.760.16
HSL1.11º65.85%51.76%-
HSV(B)1.11º76.06%83.53%-
XYZ29.3617.024.87-
YUV101.299.68207.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.98%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=66.98%
G=16.98%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213545100.750.760.161.1165.8551.76
HexD5363304B4C1014234
Octal3256663011311420110264
Binary110101011101101100110100101110011001000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53633; }

 p { color: rgb(213,54,51); }

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

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

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

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

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

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

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