Html Css Color HEX #D7221F Persian Red

📋 copy color: '#D7221F'

red 215 ◦ green 34 ◦ blue 31

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

Shades of Persian Red #D7221F

Tints of Persian Red #D7221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.14%

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

R = 76.79%
G = 12.14%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7221F (or 0xD7221F) is known color: Persian Red. HEX triplet: D7, 22 and 1F. RGB value is (215,34,31). Sum of RGB (Red+Green+Blue) = 215+34+31=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D7221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7221F is #28DDE0. Grayscale: #575757. Windows color (decimal): -2678241 or 2040535. OLE color: 2040535.

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

Color convert

RGB 215 34 31 -
CMYK 0 0.84 0.86 0.16
HSL 0.98º 0.75% 0.48% -
HSV(B) 0.98º 0.86% 0.84% -
XYZ 28.84 15.69 2.8 -
YUV 87.78 95.97 218.74 -
System Red Green Blue C M Y K H S L
Decimal 215 34 31 0 0.84 0.86 0.16 0.98 0.75 0.48
Hex D7 22 1F 0 54 56 10 1 4B 30
Octal 327 42 37 0 124 126 20 1 113 60
Binary 11010111 100010 11111 0 1010100 1010110 10000 1 1001011 110000

Color Harmonies of #D7221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7221F

Black with #D7221F

Text Example


Text Example

White with #D7221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7221F; }

 p { color: rgb(215,34,31); }

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

background-color css

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

 a { background-color: rgb(215,34,31); }

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

border-color css

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

 span { border-color: rgb(215,34,31); }

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