Html Css Color HEX #D9201F Persian Red

📋 copy color: '#D9201F'

red 217 ◦ green 32 ◦ blue 31

#D9201F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #D9201F

Tints of Persian Red #D9201F

RGB

 RED value IS 217 (85.16% from 255) = 77.5%

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 77.5%
G = 11.43%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9201F (or 0xD9201F) is known color: Persian Red. HEX triplet: D9, 20 and 1F. RGB value is (217,32,31). Sum of RGB (Red+Green+Blue) = 217+32+31=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9201F is #26DFE0. Grayscale: #575757. Windows color (decimal): -2547681 or 2040025. OLE color: 2040025.

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

Color convert

RGB 217 32 31 -
CMYK 0 0.85 0.86 0.15
HSL 0.32º 0.75% 0.49% -
HSV(B) 0.32º 0.86% 0.85% -
XYZ 29.38 15.88 2.81 -
YUV 87.2 96.29 220.58 -
System Red Green Blue C M Y K H S L
Decimal 217 32 31 0 0.85 0.86 0.15 0.32 0.75 0.49
Hex D9 20 1F 0 55 56 F 0 4B 31
Octal 331 40 37 0 125 126 17 0 113 61
Binary 11011001 100000 11111 0 1010101 1010110 1111 0 1001011 110001

Color Harmonies of #D9201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9201F

Black with #D9201F

Text Example


Text Example

White with #D9201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9201F; }

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

 H1.HeaderClassName
 {
   color: #D9201F;
 }
 .AnyTagClassName
 {
   color: #D9201F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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