Html Css Color HEX #DD261F Persian Red

📋 copy color: '#DD261F'

red 221 ◦ green 38 ◦ blue 31

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

Shades of Persian Red #DD261F

Tints of Persian Red #DD261F

RGB

 RED value IS 221 (86.72% from 255) = 76.21%

 GREEN value IS 38 (15.23% from 255) = 13.1%

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

R = 76.21%
G = 13.1%
B = 10.69%

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

#DD261F (or 0xDD261F) is known color: Persian Red. HEX triplet: DD, 26 and 1F. RGB value is (221,38,31). Sum of RGB (Red+Green+Blue) = 221+38+31=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD261F is #22D9E0. Grayscale: #5C5C5C. Windows color (decimal): -2284001 or 2041565. OLE color: 2041565.

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

Color convert

RGB 221 38 31 -
CMYK 0 0.83 0.86 0.13
HSL 2.21º 0.75% 0.49% -
HSV(B) 2.21º 0.86% 0.87% -
XYZ 30.76 16.86 2.93 -
YUV 91.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 221 38 31 0 0.83 0.86 0.13 2.21 0.75 0.49
Hex DD 26 1F 0 53 56 D 2 4B 31
Octal 335 46 37 0 123 126 15 2 113 61
Binary 11011101 100110 11111 0 1010011 1010110 1101 10 1001011 110001

Color Harmonies of #DD261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD261F

Black with #DD261F

Text Example


Text Example

White with #DD261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD261F; }

 p { color: rgb(221,38,31); }

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

background-color css

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

 a { background-color: rgb(221,38,31); }

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

border-color css

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

 span { border-color: rgb(221,38,31); }

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