#D33125

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

Shades of Persian Red #D33125

Tints of Persian Red #D33125

Color information

#D33125 (or 0xD33125) is unknown color: approx Persian Red. HEX triplet: D3, 31 and 25. RGB value is (211,49,37). Sum of RGB (Red+Green+Blue) = 211+49+37=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D33125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33125 is #2CCEDA. Grayscale: #606060. Windows color (decimal): -2936539 or 2437587. OLE color: 2437587.

HSL color Cylindrical-coordinate representation of color #D33125: hue angle of 4.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D33125 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB2114937-
CMYK00.770.820.17
HSL4.14º70.16%48.63%-
HSV(B)4.14º82.46%82.75%-
XYZ28.316.183.38-
YUV96.0794.67209.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.04%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 37 (14.84% from 255) = 12.46%
R=71.04%
G=16.50%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211493700.770.820.174.1470.1648.63
HexD3312504D521144631
Octal3236145011512221410661
Binary11010011110001100101010011011010010100011001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33125; }

 p { color: rgb(211,49,37); }

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

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

 a { background-color: rgb(211,49,37); }

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

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

 span { border-color: rgb(211,49,37); }

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