Html Css Color HEX #D3211F Persian Red

📋 copy color: '#D3211F'

red 211 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #D3211F

Tints of Persian Red #D3211F

RGB

 RED value IS 211 (82.81% from 255) = 76.73%

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

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

R = 76.73%
G = 12%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D3211F (or 0xD3211F) is known color: Persian Red. HEX triplet: D3, 21 and 1F. RGB value is (211,33,31). Sum of RGB (Red+Green+Blue) = 211+33+31=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D3211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3211F is #2CDEE0. Grayscale: #565656. Windows color (decimal): -2940641 or 2040275. OLE color: 2040275.

HSL color Cylindrical-coordinate representation of color #D3211F: hue angle of 0.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3211F is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 33 31 -
CMYK 0 0.84 0.85 0.17
HSL 0.67º 0.74% 0.47% -
HSV(B) 0.67º 0.85% 0.83% -
XYZ 27.66 15.04 2.74 -
YUV 85.99 96.97 217.16 -
System Red Green Blue C M Y K H S L
Decimal 211 33 31 0 0.84 0.85 0.17 0.67 0.74 0.47
Hex D3 21 1F 0 54 55 11 1 4A 2F
Octal 323 41 37 0 124 125 21 1 112 57
Binary 11010011 100001 11111 0 1010100 1010101 10001 1 1001010 101111

Color Harmonies of #D3211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3211F

Black with #D3211F

Text Example


Text Example

White with #D3211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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