#D33F3C

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

Shades of Persian Red #D33F3C

Tints of Persian Red #D33F3C

Color information

#D33F3C (or 0xD33F3C) is unknown color: approx Persian Red. HEX triplet: D3, 3F and 3C. RGB value is (211,63,60). Sum of RGB (Red+Green+Blue) = 211+63+60=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F3C is #2CC0C3. Grayscale: #6B6B6B. Windows color (decimal): -2932932 or 3948499. OLE color: 3948499.

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

Color convert

RGB2116360-
CMYK00.700.720.17
HSL1.19º63.18%53.14%-
HSV(B)1.19º71.56%82.75%-
XYZ29.4617.736.14-
YUV106.91101.53202.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.17%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=63.17%
G=18.86%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211636000.700.720.171.1963.1853.14
HexD33F3C046481113f35
Octal323777401061102117765
Binary11010011111111111100010001101001000100011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33F3C; }

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

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

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

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

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

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

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

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