Html Css Color HEX #D5201F Persian Red

📋 copy color: '#D5201F'

red 213 ◦ green 32 ◦ blue 31

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

Shades of Persian Red #D5201F

Tints of Persian Red #D5201F

RGB

 RED value IS 213 (83.59% from 255) = 77.17%

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

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

R = 77.17%
G = 11.59%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5201F (or 0xD5201F) is known color: Persian Red. HEX triplet: D5, 20 and 1F. RGB value is (213,32,31). Sum of RGB (Red+Green+Blue) = 213+32+31=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5201F is #2ADFE0. Grayscale: #565656. Windows color (decimal): -2809825 or 2040021. OLE color: 2040021.

HSL color Cylindrical-coordinate representation of color #D5201F: 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.85%. Process color model (Four color, CMYK) of #D5201F is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 31 -
CMYK 0 0.85 0.85 0.16
HSL 0.33º 0.75% 0.48% -
HSV(B) 0.33º 0.85% 0.84% -
XYZ 28.2 15.28 2.76 -
YUV 86.01 96.97 218.58 -
System Red Green Blue C M Y K H S L
Decimal 213 32 31 0 0.85 0.85 0.16 0.33 0.75 0.48
Hex D5 20 1F 0 55 55 10 0 4B 30
Octal 325 40 37 0 125 125 20 0 113 60
Binary 11010101 100000 11111 0 1010101 1010101 10000 0 1001011 110000

Color Harmonies of #D5201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5201F

Black with #D5201F

Text Example


Text Example

White with #D5201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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