Html Css Color HEX #D21F1F Persian Red

📋 copy color: '#D21F1F'

red 210 ◦ green 31 ◦ blue 31

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

Shades of Persian Red #D21F1F

Tints of Persian Red #D21F1F

RGB

 RED value IS 210 (82.42% from 255) = 77.21%

 GREEN value IS 31 (12.5% from 255) = 11.4%

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

R = 77.21%
G = 11.4%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D21F1F (or 0xD21F1F) is known color: Persian Red. HEX triplet: D2, 1F and 1F. RGB value is (210,31,31). Sum of RGB (Red+Green+Blue) = 210+31+31=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F1F is #2DE0E0. Grayscale: #545454. Windows color (decimal): -3006689 or 2039762. OLE color: 2039762.

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

Color convert

RGB 210 31 31 -
CMYK 0 0.85 0.85 0.18
HSL 0.74% 0.47% -
HSV(B) 0.85% 0.82% -
XYZ 27.32 14.78 2.71 -
YUV 84.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 210 31 31 0 0.85 0.85 0.18 0 0.74 0.47
Hex D2 1F 1F 0 55 55 12 0 4A 2F
Octal 322 37 37 0 125 125 22 0 112 57
Binary 11010010 11111 11111 0 1010101 1010101 10010 0 1001010 101111

Color Harmonies of #D21F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F1F

Black with #D21F1F

Text Example


Text Example

White with #D21F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F1F; }

 p { color: rgb(210,31,31); }

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

background-color css

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

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

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

border-color css

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

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

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