Html Css Color HEX #D7201E Persian Red

📋 copy color: '#D7201E'

red 215 ◦ green 32 ◦ blue 30

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

Shades of Persian Red #D7201E

Tints of Persian Red #D7201E

RGB

 RED value IS 215 (84.38% from 255) = 77.62%

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

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

R = 77.62%
G = 11.55%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7201E (or 0xD7201E) is known color: Persian Red. HEX triplet: D7, 20 and 1E. RGB value is (215,32,30). Sum of RGB (Red+Green+Blue) = 215+32+30=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D7201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7201E is #28DFE1. Grayscale: #565656. Windows color (decimal): -2678754 or 1974487. OLE color: 1974487.

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

Color convert

RGB 215 32 30 -
CMYK 0 0.85 0.86 0.16
HSL 0.65º 0.76% 0.48% -
HSV(B) 0.65º 0.86% 0.84% -
XYZ 28.78 15.57 2.72 -
YUV 86.49 96.13 219.66 -
System Red Green Blue C M Y K H S L
Decimal 215 32 30 0 0.85 0.86 0.16 0.65 0.76 0.48
Hex D7 20 1E 0 55 56 10 1 4C 30
Octal 327 40 36 0 125 126 20 1 114 60
Binary 11010111 100000 11110 0 1010101 1010110 10000 1 1001100 110000

Color Harmonies of #D7201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7201E

Black with #D7201E

Text Example


Text Example

White with #D7201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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