Html Css Color HEX #DD511F Chilean Fire

📋 copy color: '#DD511F'

red 221 ◦ green 81 ◦ blue 31

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

Shades of Chilean Fire #DD511F

Tints of Chilean Fire #DD511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.32%

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

R = 66.37%
G = 24.32%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD511F (or 0xDD511F) is known color: Chilean Fire. HEX triplet: DD, 51 and 1F. RGB value is (221,81,31). Sum of RGB (Red+Green+Blue) = 221+81+31=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD511F is #22AEE0. Grayscale: #757575. Windows color (decimal): -2272993 or 2052573. OLE color: 2052573.

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

Color convert

RGB 221 81 31 -
CMYK 0 0.63 0.86 0.13
HSL 15.79º 0.75% 0.49% -
HSV(B) 15.79º 0.86% 0.87% -
XYZ 33.01 21.36 3.68 -
YUV 117.16 79.38 202.07 -
System Red Green Blue C M Y K H S L
Decimal 221 81 31 0 0.63 0.86 0.13 15.79 0.75 0.49
Hex DD 51 1F 0 3F 56 D 10 4B 31
Octal 335 121 37 0 77 126 15 20 113 61
Binary 11011101 1010001 11111 0 111111 1010110 1101 10000 1001011 110001

Color Harmonies of #DD511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD511F

Black with #DD511F

Text Example


Text Example

White with #DD511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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