Html Css Color HEX #D9201E Persian Red

📋 copy color: '#D9201E'

red 217 ◦ green 32 ◦ blue 30

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

Shades of Persian Red #D9201E

Tints of Persian Red #D9201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 77.78%
G = 11.47%
B = 10.75%

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

#D9201E (or 0xD9201E) is known color: Persian Red. HEX triplet: D9, 20 and 1E. RGB value is (217,32,30). Sum of RGB (Red+Green+Blue) = 217+32+30=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D9201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9201E is #26DFE1. Grayscale: #575757. Windows color (decimal): -2547682 or 1974489. OLE color: 1974489.

HSL color Cylindrical-coordinate representation of color #D9201E: hue angle of 0.64º degrees, saturation: 0.76, 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 #D9201E is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 30 -
CMYK 0 0.85 0.86 0.15
HSL 0.64º 0.76% 0.48% -
HSV(B) 0.64º 0.86% 0.85% -
XYZ 29.37 15.88 2.75 -
YUV 87.09 95.79 220.66 -
System Red Green Blue C M Y K H S L
Decimal 217 32 30 0 0.85 0.86 0.15 0.64 0.76 0.48
Hex D9 20 1E 0 55 56 F 1 4C 30
Octal 331 40 36 0 125 126 17 1 114 60
Binary 11011001 100000 11110 0 1010101 1010110 1111 1 1001100 110000

Color Harmonies of #D9201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9201E

Black with #D9201E

Text Example


Text Example

White with #D9201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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