Html Css Color HEX #DD5D3D Chilean Fire

📋 copy color: '#DD5D3D'

red 221 ◦ green 93 ◦ blue 61

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

Shades of Chilean Fire #DD5D3D

Tints of Chilean Fire #DD5D3D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 61 (24.22% from 255) = 16.27%

R = 58.93%
G = 24.8%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD5D3D (or 0xDD5D3D) is known color: Chilean Fire. HEX triplet: DD, 5D and 3D. RGB value is (221,93,61). Sum of RGB (Red+Green+Blue) = 221+93+61=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D3D is #22A2C2. Grayscale: #7F7F7F. Windows color (decimal): -2269891 or 4021725. OLE color: 4021725.

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

Color convert

RGB 221 93 61 -
CMYK 0 0.58 0.72 0.13
HSL 12º 0.7% 0.55% -
HSV(B) 12º 0.72% 0.87% -
XYZ 34.58 23.54 7.14 -
YUV 127.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 221 93 61 0 0.58 0.72 0.13 12 0.7 0.55
Hex DD 5D 3D 0 3A 48 D C 46 37
Octal 335 135 75 0 72 110 15 14 106 67
Binary 11011101 1011101 111101 0 111010 1001000 1101 1100 1000110 110111

Color Harmonies of #DD5D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D3D

Black with #DD5D3D

Text Example


Text Example

White with #DD5D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D3D; }

 p { color: rgb(221,93,61); }

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

background-color css

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

 a { background-color: rgb(221,93,61); }

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

border-color css

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

 span { border-color: rgb(221,93,61); }

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