#D6201F

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

Shades of Persian Red #D6201F

Tints of Persian Red #D6201F

Color information

#D6201F (or 0xD6201F) is unknown color: approx Persian Red. HEX triplet: D6, 20 and 1F. RGB value is (214,32,31). Sum of RGB (Red+Green+Blue) = 214+32+31=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D6201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6201F is #29DFE0. Grayscale: #565656. Windows color (decimal): -2744289 or 2040022. OLE color: 2040022.

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

Color convert

RGB2143231-
CMYK00.850.860.16
HSL0.33º74.69%48.04%-
HSV(B)0.33º85.51%83.92%-
XYZ28.515.432.77-
YUV86.396.8219.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 77.26%
GREEN value IS 32 (12.89% from 255) = 11.55%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=77.26%
G=11.55%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214323100.850.860.160.3374.6948.04
HexD6201F055561004b30
Octal3264037012512620011360
Binary11010110100000111110101010110101101000001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6201F; }

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

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

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

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

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

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

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

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