Html Css Color HEX #DD511E Chilean Fire

📋 copy color: '#DD511E'

red 221 ◦ green 81 ◦ blue 30

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

Shades of Chilean Fire #DD511E

Tints of Chilean Fire #DD511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 66.57%
G = 24.4%
B = 9.04%

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

#DD511E (or 0xDD511E) is known color: Chilean Fire. HEX triplet: DD, 51 and 1E. RGB value is (221,81,30). Sum of RGB (Red+Green+Blue) = 221+81+30=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD511E is #22AEE1. Grayscale: #757575. Windows color (decimal): -2272994 or 1987037. OLE color: 1987037.

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

Color convert

RGB 221 81 30 -
CMYK 0 0.63 0.86 0.13
HSL 16.02º 0.76% 0.49% -
HSV(B) 16.02º 0.86% 0.87% -
XYZ 33 21.35 3.61 -
YUV 117.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 221 81 30 0 0.63 0.86 0.13 16.02 0.76 0.49
Hex DD 51 1E 0 3F 56 D 10 4C 31
Octal 335 121 36 0 77 126 15 20 114 61
Binary 11011101 1010001 11110 0 111111 1010110 1101 10000 1001100 110001

Color Harmonies of #DD511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD511E

Black with #DD511E

Text Example


Text Example

White with #DD511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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