Html Css Color HEX #DD572B Chilean Fire

📋 copy color: '#DD572B'

red 221 ◦ green 87 ◦ blue 43

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

Shades of Chilean Fire #DD572B

Tints of Chilean Fire #DD572B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 62.96%
G = 24.79%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD572B (or 0xDD572B) is known color: Chilean Fire. HEX triplet: DD, 57 and 2B. RGB value is (221,87,43). Sum of RGB (Red+Green+Blue) = 221+87+43=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD572B is #22A8D4. Grayscale: #7A7A7A. Windows color (decimal): -2271445 or 2840541. OLE color: 2840541.

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

Color convert

RGB 221 87 43 -
CMYK 0 0.61 0.81 0.13
HSL 14.83º 0.72% 0.52% -
HSV(B) 14.83º 0.81% 0.87% -
XYZ 33.66 22.36 4.83 -
YUV 122.05 83.39 198.58 -
System Red Green Blue C M Y K H S L
Decimal 221 87 43 0 0.61 0.81 0.13 14.83 0.72 0.52
Hex DD 57 2B 0 3D 51 D F 48 34
Octal 335 127 53 0 75 121 15 17 110 64
Binary 11011101 1010111 101011 0 111101 1010001 1101 1111 1001000 110100

Color Harmonies of #DD572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD572B

Black with #DD572B

Text Example


Text Example

White with #DD572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD572B; }

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

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

background-color css

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

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

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

border-color css

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

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

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