Html Css Color HEX #DF281F Persian Red

📋 copy color: '#DF281F'

red 223 ◦ green 40 ◦ blue 31

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

Shades of Persian Red #DF281F

Tints of Persian Red #DF281F

RGB

 RED value IS 223 (87.5% from 255) = 75.85%

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 75.85%
G = 13.61%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF281F (or 0xDF281F) is known color: Persian Red. HEX triplet: DF, 28 and 1F. RGB value is (223,40,31). Sum of RGB (Red+Green+Blue) = 223+40+31=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF281F is #20D7E0. Grayscale: #5D5D5D. Windows color (decimal): -2152417 or 2042079. OLE color: 2042079.

HSL color Cylindrical-coordinate representation of color #DF281F: hue angle of 2.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF281F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 40 31 -
CMYK 0 0.82 0.86 0.13
HSL 2.81º 0.76% 0.5% -
HSV(B) 2.81º 0.86% 0.87% -
XYZ 31.44 17.3 2.98 -
YUV 93.69 92.63 220.23 -
System Red Green Blue C M Y K H S L
Decimal 223 40 31 0 0.82 0.86 0.13 2.81 0.76 0.5
Hex DF 28 1F 0 52 56 D 3 4C 32
Octal 337 50 37 0 122 126 15 3 114 62
Binary 11011111 101000 11111 0 1010010 1010110 1101 11 1001100 110010

Color Harmonies of #DF281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF281F

Black with #DF281F

Text Example


Text Example

White with #DF281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF281F; }

 p { color: rgb(223,40,31); }

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

background-color css

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

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

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

border-color css

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

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

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