Html Css Color HEX #D5211F Persian Red

📋 copy color: '#D5211F'

red 213 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #D5211F

Tints of Persian Red #D5211F

RGB

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

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

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

R = 76.9%
G = 11.91%
B = 11.19%

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

#D5211F (or 0xD5211F) is known color: Persian Red. HEX triplet: D5, 21 and 1F. RGB value is (213,33,31). Sum of RGB (Red+Green+Blue) = 213+33+31=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5211F is #2ADEE0. Grayscale: #565656. Windows color (decimal): -2809569 or 2040277. OLE color: 2040277.

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

Color convert

RGB 213 33 31 -
CMYK 0 0.85 0.85 0.16
HSL 0.66º 0.75% 0.48% -
HSV(B) 0.66º 0.85% 0.84% -
XYZ 28.23 15.33 2.77 -
YUV 86.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 213 33 31 0 0.85 0.85 0.16 0.66 0.75 0.48
Hex D5 21 1F 0 55 55 10 1 4B 30
Octal 325 41 37 0 125 125 20 1 113 60
Binary 11010101 100001 11111 0 1010101 1010101 10000 1 1001011 110000

Color Harmonies of #D5211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5211F

Black with #D5211F

Text Example


Text Example

White with #D5211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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