#D33F3F

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

Shades of Persian Red #D33F3F

Tints of Persian Red #D33F3F

Color information

#D33F3F (or 0xD33F3F) is unknown color: approx Persian Red. HEX triplet: D3, 3F and 3F. RGB value is (211,63,63). Sum of RGB (Red+Green+Blue) = 211+63+63=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F3F is #2CC0C0. Grayscale: #6B6B6B. Windows color (decimal): -2932929 or 4145107. OLE color: 4145107.

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

Color convert

RGB2116363-
CMYK00.700.700.17
HSL62.71%53.73%-
HSV(B)70.14%82.75%-
XYZ29.5417.766.57-
YUV107.25103.03202-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.61%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 63 (25% from 255) = 18.69%
R=62.61%
G=18.69%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211636300.700.700.17062.7153.73
HexD33F3F046461103f36
Octal323777701061062107766
Binary11010011111111111111010001101000110100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33F3F; }

 p { color: rgb(211,63,63); }

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

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

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

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

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

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

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