#d33b37

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

Shades of Persian Red #D33B37

Tints of Persian Red #D33B37

Color information

#D33B37 (or 0xD33B37) is unknown color: approx Persian Red. HEX triplet: D3, 3B and 37. RGB value is (211,59,55). Sum of RGB (Red+Green+Blue) = 211+59+55=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33B37 is #2CC4C8. Grayscale: #686868. Windows color (decimal): -2933961 or 3619795. OLE color: 3619795.

HSL color Cylindrical-coordinate representation of color #D33B37: hue angle of 1.54º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33B37 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB2115955-
CMYK00.720.740.17
HSL1.54º63.93%52.16%-
HSV(B)1.54º73.93%82.75%-
XYZ29.1217.255.41-
YUV103.99100.36204.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 64.92%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 55 (21.88% from 255) = 16.92%
R=64.92%
G=18.15%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211595500.720.740.171.5463.9352.16
HexD33B370484A1124034
Octal3237367011011221210064
Binary1101001111101111011101001000100101010001101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d33b37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d33b37; }

 p { color: rgb(211,59,55); }

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

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

 a { background-color: rgb(211,59,55); }

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

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

 span { border-color: rgb(211,59,55); }

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