Html Css Color HEX #DD5027 Chilean Fire

📋 copy color: '#DD5027'

red 221 ◦ green 80 ◦ blue 39

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

Shades of Chilean Fire #DD5027

Tints of Chilean Fire #DD5027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.47%

R = 65%
G = 23.53%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD5027 (or 0xDD5027) is known color: Chilean Fire. HEX triplet: DD, 50 and 27. RGB value is (221,80,39). Sum of RGB (Red+Green+Blue) = 221+80+39=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5027 is #22AFD8. Grayscale: #757575. Windows color (decimal): -2273241 or 2576605. OLE color: 2576605.

HSL color Cylindrical-coordinate representation of color #DD5027: hue angle of 13.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD5027 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 39 -
CMYK 0 0.64 0.82 0.13
HSL 13.52º 0.73% 0.51% -
HSV(B) 13.52º 0.82% 0.87% -
XYZ 33.05 21.26 4.28 -
YUV 117.49 83.71 201.83 -
System Red Green Blue C M Y K H S L
Decimal 221 80 39 0 0.64 0.82 0.13 13.52 0.73 0.51
Hex DD 50 27 0 40 52 D E 49 33
Octal 335 120 47 0 100 122 15 16 111 63
Binary 11011101 1010000 100111 0 1000000 1010010 1101 1110 1001001 110011

Color Harmonies of #DD5027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5027

Black with #DD5027

Text Example


Text Example

White with #DD5027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5027; }

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

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

background-color css

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

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

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

border-color css

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

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

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