Html Css Color HEX #DD5C2F Chilean Fire

📋 copy color: '#DD5C2F'

red 221 ◦ green 92 ◦ blue 47

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

Shades of Chilean Fire #DD5C2F

Tints of Chilean Fire #DD5C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 61.39%
G = 25.56%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD5C2F (or 0xDD5C2F) is known color: Chilean Fire. HEX triplet: DD, 5C and 2F. RGB value is (221,92,47). Sum of RGB (Red+Green+Blue) = 221+92+47=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C2F is #22A3D0. Grayscale: #7D7D7D. Windows color (decimal): -2270161 or 3103965. OLE color: 3103965.

HSL color Cylindrical-coordinate representation of color #DD5C2F: hue angle of 15.52º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD5C2F is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 92 47 -
CMYK 0 0.58 0.79 0.13
HSL 15.52º 0.72% 0.53% -
HSV(B) 15.52º 0.79% 0.87% -
XYZ 34.16 23.23 5.37 -
YUV 125.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 221 92 47 0 0.58 0.79 0.13 15.52 0.72 0.53
Hex DD 5C 2F 0 3A 4F D 10 48 35
Octal 335 134 57 0 72 117 15 20 110 65
Binary 11011101 1011100 101111 0 111010 1001111 1101 10000 1001000 110101

Color Harmonies of #DD5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C2F

Black with #DD5C2F

Text Example


Text Example

White with #DD5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C2F; }

 p { color: rgb(221,92,47); }

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

background-color css

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

 a { background-color: rgb(221,92,47); }

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

border-color css

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

 span { border-color: rgb(221,92,47); }

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