Html Css Color HEX #DD241F Persian Red

📋 copy color: '#DD241F'

red 221 ◦ green 36 ◦ blue 31

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

Shades of Persian Red #DD241F

Tints of Persian Red #DD241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

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

R = 76.74%
G = 12.5%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD241F (or 0xDD241F) is known color: Persian Red. HEX triplet: DD, 24 and 1F. RGB value is (221,36,31). Sum of RGB (Red+Green+Blue) = 221+36+31=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD241F is #22DBE0. Grayscale: #5A5A5A. Windows color (decimal): -2284513 or 2041053. OLE color: 2041053.

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

Color convert

RGB 221 36 31 -
CMYK 0 0.84 0.86 0.13
HSL 1.58º 0.75% 0.49% -
HSV(B) 1.58º 0.86% 0.87% -
XYZ 30.7 16.73 2.91 -
YUV 90.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 221 36 31 0 0.84 0.86 0.13 1.58 0.75 0.49
Hex DD 24 1F 0 54 56 D 2 4B 31
Octal 335 44 37 0 124 126 15 2 113 61
Binary 11011101 100100 11111 0 1010100 1010110 1101 10 1001011 110001

Color Harmonies of #DD241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD241F

Black with #DD241F

Text Example


Text Example

White with #DD241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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