#D21F1F

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

Shades of Persian Red #D21F1F

Tints of Persian Red #D21F1F

Color information

#D21F1F (or 0xD21F1F) is unknown color: approx Persian Red. HEX triplet: D2, 1F and 1F. RGB value is (210,31,31). Sum of RGB (Red+Green+Blue) = 210+31+31=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F1F is #2DE0E0. Grayscale: #545454. Windows color (decimal): -3006689 or 2039762. OLE color: 2039762.

HSL color Cylindrical-coordinate representation of color #D21F1F: hue angle of 0º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F1F is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB2103131-
CMYK00.850.850.18
HSL74.27%47.25%-
HSV(B)85.24%82.35%-
XYZ27.3214.782.71-
YUV84.5297.8217.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 77.21%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=77.21%
G=11.40%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210313100.850.850.18074.2747.25
HexD21F1F055551204a2f
Octal3223737012512522011257
Binary1101001011111111110101010110101011001001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21F1F; }

 p { color: rgb(210,31,31); }

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

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

 a { background-color: rgb(210,31,31); }

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

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

 span { border-color: rgb(210,31,31); }

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