#D33025

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

Shades of Persian Red #D33025

Tints of Persian Red #D33025

Color information

#D33025 (or 0xD33025) is unknown color: approx Persian Red. HEX triplet: D3, 30 and 25. RGB value is (211,48,37). Sum of RGB (Red+Green+Blue) = 211+48+37=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D33025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33025 is #2CCFDA. Grayscale: #5F5F5F. Windows color (decimal): -2936795 or 2437331. OLE color: 2437331.

HSL color Cylindrical-coordinate representation of color #D33025: hue angle of 3.79º 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 #D33025 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB2114837-
CMYK00.770.820.17
HSL3.79º70.16%48.63%-
HSV(B)3.79º82.46%82.75%-
XYZ28.2516.13.37-
YUV95.4895210.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.28%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 37 (14.84% from 255) = 12.5%
R=71.28%
G=16.22%
B=12.5%

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
Decimal211483700.770.820.173.7970.1648.63
HexD3302504D521144631
Octal3236045011512221410661
Binary11010011110000100101010011011010010100011001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33025; }

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

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

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

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

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

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

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

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