Html Css Color HEX #DD572E Chilean Fire

📋 copy color: '#DD572E'

red 221 ◦ green 87 ◦ blue 46

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

Shades of Chilean Fire #DD572E

Tints of Chilean Fire #DD572E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.58%

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 62.43%
G = 24.58%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD572E (or 0xDD572E) is known color: Chilean Fire. HEX triplet: DD, 57 and 2E. RGB value is (221,87,46). Sum of RGB (Red+Green+Blue) = 221+87+46=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD572E is #22A8D1. Grayscale: #7A7A7A. Windows color (decimal): -2271442 or 3037149. OLE color: 3037149.

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

Color convert

RGB 221 87 46 -
CMYK 0 0.61 0.79 0.13
HSL 14.06º 0.72% 0.52% -
HSV(B) 14.06º 0.79% 0.87% -
XYZ 33.72 22.39 5.13 -
YUV 122.39 84.89 198.33 -
System Red Green Blue C M Y K H S L
Decimal 221 87 46 0 0.61 0.79 0.13 14.06 0.72 0.52
Hex DD 57 2E 0 3D 4F D E 48 34
Octal 335 127 56 0 75 117 15 16 110 64
Binary 11011101 1010111 101110 0 111101 1001111 1101 1110 1001000 110100

Color Harmonies of #DD572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD572E

Black with #DD572E

Text Example


Text Example

White with #DD572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD572E; }

 p { color: rgb(221,87,46); }

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

background-color css

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

 a { background-color: rgb(221,87,46); }

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

border-color css

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

 span { border-color: rgb(221,87,46); }

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