Html Css Color HEX #DA221F Persian Red

📋 copy color: '#DA221F'

red 218 ◦ green 34 ◦ blue 31

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

Shades of Persian Red #DA221F

Tints of Persian Red #DA221F

RGB

 RED value IS 218 (85.55% from 255) = 77.03%

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

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

R = 77.03%
G = 12.01%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA221F (or 0xDA221F) is known color: Persian Red. HEX triplet: DA, 22 and 1F. RGB value is (218,34,31). Sum of RGB (Red+Green+Blue) = 218+34+31=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA221F is #25DDE0. Grayscale: #585858. Windows color (decimal): -2481633 or 2040538. OLE color: 2040538.

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

Color convert

RGB 218 34 31 -
CMYK 0 0.84 0.86 0.15
HSL 0.96º 0.75% 0.49% -
HSV(B) 0.96º 0.86% 0.85% -
XYZ 29.73 16.15 2.85 -
YUV 88.67 95.46 220.24 -
System Red Green Blue C M Y K H S L
Decimal 218 34 31 0 0.84 0.86 0.15 0.96 0.75 0.49
Hex DA 22 1F 0 54 56 F 1 4B 31
Octal 332 42 37 0 124 126 17 1 113 61
Binary 11011010 100010 11111 0 1010100 1010110 1111 1 1001011 110001

Color Harmonies of #DA221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA221F

Black with #DA221F

Text Example


Text Example

White with #DA221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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