#d8201f

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

Shades of Persian Red #D8201F

Tints of Persian Red #D8201F

Color information

#D8201F (or 0xD8201F) is unknown color: approx Persian Red. HEX triplet: D8, 20 and 1F. RGB value is (216,32,31). Sum of RGB (Red+Green+Blue) = 216+32+31=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8201F is #27DFE0. Grayscale: #575757. Windows color (decimal): -2613217 or 2040024. OLE color: 2040024.

HSL color Cylindrical-coordinate representation of color #D8201F: hue angle of 0.32º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8201F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2163231-
CMYK00.850.860.15
HSL0.32º74.9%48.43%-
HSV(B)0.32º85.65%84.71%-
XYZ29.0815.732.8-
YUV86.996.46220.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 77.42%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=77.42%
G=11.47%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216323100.850.860.150.3274.948.43
HexD8201F05556F04b30
Octal3304037012512617011360
Binary1101100010000011111010101011010110111101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8201f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8201f; }

 p { color: rgb(216,32,31); }

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

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

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

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

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

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

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