Html Css Color HEX #DD4F1F Chilean Fire

📋 copy color: '#DD4F1F'

red 221 ◦ green 79 ◦ blue 31

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

Shades of Chilean Fire #DD4F1F

Tints of Chilean Fire #DD4F1F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

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

R = 66.77%
G = 23.87%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD4F1F (or 0xDD4F1F) is known color: Chilean Fire. HEX triplet: DD, 4F and 1F. RGB value is (221,79,31). Sum of RGB (Red+Green+Blue) = 221+79+31=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F1F is #22B0E0. Grayscale: #747474. Windows color (decimal): -2273505 or 2052061. OLE color: 2052061.

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

Color convert

RGB 221 79 31 -
CMYK 0 0.64 0.86 0.13
HSL 15.16º 0.75% 0.49% -
HSV(B) 15.16º 0.86% 0.87% -
XYZ 32.86 21.06 3.63 -
YUV 115.99 80.04 202.9 -
System Red Green Blue C M Y K H S L
Decimal 221 79 31 0 0.64 0.86 0.13 15.16 0.75 0.49
Hex DD 4F 1F 0 40 56 D F 4B 31
Octal 335 117 37 0 100 126 15 17 113 61
Binary 11011101 1001111 11111 0 1000000 1010110 1101 1111 1001011 110001

Color Harmonies of #DD4F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F1F

Black with #DD4F1F

Text Example


Text Example

White with #DD4F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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