Html Css Color HEX #D4221F Persian Red

📋 copy color: '#D4221F'

red 212 ◦ green 34 ◦ blue 31

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

Shades of Persian Red #D4221F

Tints of Persian Red #D4221F

RGB

 RED value IS 212 (83.2% from 255) = 76.53%

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

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

R = 76.53%
G = 12.27%
B = 11.19%

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

#D4221F (or 0xD4221F) is known color: Persian Red. HEX triplet: D4, 22 and 1F. RGB value is (212,34,31). Sum of RGB (Red+Green+Blue) = 212+34+31=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4221F is #2BDDE0. Grayscale: #575757. Windows color (decimal): -2874849 or 2040532. OLE color: 2040532.

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

Color convert

RGB 212 34 31 -
CMYK 0 0.84 0.85 0.17
HSL 0.99º 0.74% 0.48% -
HSV(B) 0.99º 0.85% 0.83% -
XYZ 27.97 15.24 2.76 -
YUV 86.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 212 34 31 0 0.84 0.85 0.17 0.99 0.74 0.48
Hex D4 22 1F 0 54 55 11 1 4A 30
Octal 324 42 37 0 124 125 21 1 112 60
Binary 11010100 100010 11111 0 1010100 1010101 10001 1 1001010 110000

Color Harmonies of #D4221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4221F

Black with #D4221F

Text Example


Text Example

White with #D4221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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