Html Css Color HEX #DF251F Persian Red

📋 copy color: '#DF251F'

red 223 ◦ green 37 ◦ blue 31

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

Shades of Persian Red #DF251F

Tints of Persian Red #DF251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 76.63%
G = 12.71%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF251F (or 0xDF251F) is known color: Persian Red. HEX triplet: DF, 25 and 1F. RGB value is (223,37,31). Sum of RGB (Red+Green+Blue) = 223+37+31=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF251F is #20DAE0. Grayscale: #5C5C5C. Windows color (decimal): -2153185 or 2041311. OLE color: 2041311.

HSL color Cylindrical-coordinate representation of color #DF251F: hue angle of 1.88º 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 #DF251F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 31 -
CMYK 0 0.83 0.86 0.13
HSL 1.88º 0.76% 0.5% -
HSV(B) 1.88º 0.86% 0.87% -
XYZ 31.34 17.11 2.95 -
YUV 91.93 93.62 221.49 -
System Red Green Blue C M Y K H S L
Decimal 223 37 31 0 0.83 0.86 0.13 1.88 0.76 0.5
Hex DF 25 1F 0 53 56 D 2 4C 32
Octal 337 45 37 0 123 126 15 2 114 62
Binary 11011111 100101 11111 0 1010011 1010110 1101 10 1001100 110010

Color Harmonies of #DF251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF251F

Black with #DF251F

Text Example


Text Example

White with #DF251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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