Html Css Color HEX #D4201F Persian Red

📋 copy color: '#D4201F'

red 212 ◦ green 32 ◦ blue 31

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

Shades of Persian Red #D4201F

Tints of Persian Red #D4201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

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

R = 77.09%
G = 11.64%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4201F (or 0xD4201F) is known color: Persian Red. HEX triplet: D4, 20 and 1F. RGB value is (212,32,31). Sum of RGB (Red+Green+Blue) = 212+32+31=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4201F is #2BDFE0. Grayscale: #555555. Windows color (decimal): -2875361 or 2040020. OLE color: 2040020.

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

Color convert

RGB 212 32 31 -
CMYK 0 0.85 0.85 0.17
HSL 0.33º 0.74% 0.48% -
HSV(B) 0.33º 0.85% 0.83% -
XYZ 27.92 15.13 2.75 -
YUV 85.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 212 32 31 0 0.85 0.85 0.17 0.33 0.74 0.48
Hex D4 20 1F 0 55 55 11 0 4A 30
Octal 324 40 37 0 125 125 21 0 112 60
Binary 11010100 100000 11111 0 1010101 1010101 10001 0 1001010 110000

Color Harmonies of #D4201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4201F

Black with #D4201F

Text Example


Text Example

White with #D4201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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