Html Css Color HEX #D8211F Persian Red

📋 copy color: '#D8211F'

red 216 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #D8211F

Tints of Persian Red #D8211F

RGB

 RED value IS 216 (84.77% from 255) = 77.14%

 GREEN value IS 33 (13.28% from 255) = 11.79%

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

R = 77.14%
G = 11.79%
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

#D8211F (or 0xD8211F) is known color: Persian Red. HEX triplet: D8, 21 and 1F. RGB value is (216,33,31). Sum of RGB (Red+Green+Blue) = 216+33+31=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8211F is #27DEE0. Grayscale: #575757. Windows color (decimal): -2612961 or 2040280. OLE color: 2040280.

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

Color convert

RGB 216 33 31 -
CMYK 0 0.85 0.86 0.15
HSL 0.65º 0.75% 0.48% -
HSV(B) 0.65º 0.86% 0.85% -
XYZ 29.11 15.79 2.81 -
YUV 87.49 96.13 219.66 -
System Red Green Blue C M Y K H S L
Decimal 216 33 31 0 0.85 0.86 0.15 0.65 0.75 0.48
Hex D8 21 1F 0 55 56 F 1 4B 30
Octal 330 41 37 0 125 126 17 1 113 60
Binary 11011000 100001 11111 0 1010101 1010110 1111 1 1001011 110000

Color Harmonies of #D8211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8211F

Black with #D8211F

Text Example


Text Example

White with #D8211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8211F; }

 p { color: rgb(216,33,31); }

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

background-color css

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

 a { background-color: rgb(216,33,31); }

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

border-color css

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

 span { border-color: rgb(216,33,31); }

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