#D53B33

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

Shades of Persian Red #D53B33

Tints of Persian Red #D53B33

Color information

#D53B33 (or 0xD53B33) is unknown color: approx Persian Red. HEX triplet: D5, 3B and 33. RGB value is (213,59,51). Sum of RGB (Red+Green+Blue) = 213+59+51=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B33 is #2AC4CC. Grayscale: #686868. Windows color (decimal): -2802893 or 3357653. OLE color: 3357653.

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

Color convert

RGB2135951-
CMYK00.720.760.16
HSL2.96º65.85%51.76%-
HSV(B)2.96º76.06%83.53%-
XYZ29.617.514.95-
YUV104.1398.02205.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.94%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=65.94%
G=18.27%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213595100.720.760.162.9665.8551.76
HexD53B330484C1034234
Octal3257363011011420310264
Binary1101010111101111001101001000100110010000111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53B33; }

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

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

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

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

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

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

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

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