Html Css Color HEX #DD5535 Chilean Fire

📋 copy color: '#DD5535'

red 221 ◦ green 85 ◦ blue 53

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

Shades of Chilean Fire #DD5535

Tints of Chilean Fire #DD5535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 61.56%
G = 23.68%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD5535 (or 0xDD5535) is known color: Chilean Fire. HEX triplet: DD, 55 and 35. RGB value is (221,85,53). Sum of RGB (Red+Green+Blue) = 221+85+53=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5535 is #22AACA. Grayscale: #7A7A7A. Windows color (decimal): -2271947 or 3495389. OLE color: 3495389.

HSL color Cylindrical-coordinate representation of color #DD5535: hue angle of 11.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD5535 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 53 -
CMYK 0 0.62 0.76 0.13
HSL 11.43º 0.71% 0.54% -
HSV(B) 11.43º 0.76% 0.87% -
XYZ 33.71 22.13 5.86 -
YUV 122.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 221 85 53 0 0.62 0.76 0.13 11.43 0.71 0.54
Hex DD 55 35 0 3E 4C D B 47 36
Octal 335 125 65 0 76 114 15 13 107 66
Binary 11011101 1010101 110101 0 111110 1001100 1101 1011 1000111 110110

Color Harmonies of #DD5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5535

Black with #DD5535

Text Example


Text Example

White with #DD5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5535; }

 p { color: rgb(221,85,53); }

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

background-color css

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

 a { background-color: rgb(221,85,53); }

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

border-color css

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

 span { border-color: rgb(221,85,53); }

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