Html Css Color HEX #DD501E Chilean Fire

📋 copy color: '#DD501E'

red 221 ◦ green 80 ◦ blue 30

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

Shades of Chilean Fire #DD501E

Tints of Chilean Fire #DD501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 66.77%
G = 24.17%
B = 9.06%

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

#DD501E (or 0xDD501E) is known color: Chilean Fire. HEX triplet: DD, 50 and 1E. RGB value is (221,80,30). Sum of RGB (Red+Green+Blue) = 221+80+30=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD501E is #22AFE1. Grayscale: #747474. Windows color (decimal): -2273250 or 1986781. OLE color: 1986781.

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

Color convert

RGB 221 80 30 -
CMYK 0 0.64 0.86 0.13
HSL 15.71º 0.76% 0.49% -
HSV(B) 15.71º 0.86% 0.87% -
XYZ 32.92 21.2 3.59 -
YUV 116.46 79.21 202.57 -
System Red Green Blue C M Y K H S L
Decimal 221 80 30 0 0.64 0.86 0.13 15.71 0.76 0.49
Hex DD 50 1E 0 40 56 D 10 4C 31
Octal 335 120 36 0 100 126 15 20 114 61
Binary 11011101 1010000 11110 0 1000000 1010110 1101 10000 1001100 110001

Color Harmonies of #DD501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD501E

Black with #DD501E

Text Example


Text Example

White with #DD501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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