Html Css Color HEX #DD5121 Chilean Fire

📋 copy color: '#DD5121'

red 221 ◦ green 81 ◦ blue 33

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

Shades of Chilean Fire #DD5121

Tints of Chilean Fire #DD5121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

 BLUE value IS 33 (13.28% from 255) = 9.85%

R = 65.97%
G = 24.18%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD5121 (or 0xDD5121) is known color: Chilean Fire. HEX triplet: DD, 51 and 21. RGB value is (221,81,33). Sum of RGB (Red+Green+Blue) = 221+81+33=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5121 is #22AEDE. Grayscale: #757575. Windows color (decimal): -2272991 or 2183645. OLE color: 2183645.

HSL color Cylindrical-coordinate representation of color #DD5121: hue angle of 15.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD5121 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 33 -
CMYK 0 0.63 0.85 0.13
HSL 15.32º 0.74% 0.5% -
HSV(B) 15.32º 0.85% 0.87% -
XYZ 33.04 21.37 3.82 -
YUV 117.39 80.38 201.9 -
System Red Green Blue C M Y K H S L
Decimal 221 81 33 0 0.63 0.85 0.13 15.32 0.74 0.5
Hex DD 51 21 0 3F 55 D F 4A 32
Octal 335 121 41 0 77 125 15 17 112 62
Binary 11011101 1010001 100001 0 111111 1010101 1101 1111 1001010 110010

Color Harmonies of #DD5121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5121

Black with #DD5121

Text Example


Text Example

White with #DD5121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5121; }

 p { color: rgb(221,81,33); }

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

background-color css

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

 a { background-color: rgb(221,81,33); }

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

border-color css

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

 span { border-color: rgb(221,81,33); }

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