Html Css Color HEX #D6221F Persian Red

📋 copy color: '#D6221F'

red 214 ◦ green 34 ◦ blue 31

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

Shades of Persian Red #D6221F

Tints of Persian Red #D6221F

RGB

 RED value IS 214 (83.98% from 255) = 76.7%

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

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

R = 76.7%
G = 12.19%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6221F (or 0xD6221F) is known color: Persian Red. HEX triplet: D6, 22 and 1F. RGB value is (214,34,31). Sum of RGB (Red+Green+Blue) = 214+34+31=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6221F is #29DDE0. Grayscale: #575757. Windows color (decimal): -2743777 or 2040534. OLE color: 2040534.

HSL color Cylindrical-coordinate representation of color #D6221F: hue angle of 0.98º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6221F is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 31 -
CMYK 0 0.84 0.86 0.16
HSL 0.98º 0.75% 0.48% -
HSV(B) 0.98º 0.86% 0.84% -
XYZ 28.55 15.54 2.79 -
YUV 87.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 214 34 31 0 0.84 0.86 0.16 0.98 0.75 0.48
Hex D6 22 1F 0 54 56 10 1 4B 30
Octal 326 42 37 0 124 126 20 1 113 60
Binary 11010110 100010 11111 0 1010100 1010110 10000 1 1001011 110000

Color Harmonies of #D6221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6221F

Black with #D6221F

Text Example


Text Example

White with #D6221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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