Html Css Color HEX #DD5025 Chilean Fire

📋 copy color: '#DD5025'

red 221 ◦ green 80 ◦ blue 37

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

Shades of Chilean Fire #DD5025

Tints of Chilean Fire #DD5025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 65.38%
G = 23.67%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD5025 (or 0xDD5025) is known color: Chilean Fire. HEX triplet: DD, 50 and 25. RGB value is (221,80,37). Sum of RGB (Red+Green+Blue) = 221+80+37=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5025 is #22AFDA. Grayscale: #757575. Windows color (decimal): -2273243 or 2445533. OLE color: 2445533.

HSL color Cylindrical-coordinate representation of color #DD5025: hue angle of 14.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD5025 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 37 -
CMYK 0 0.64 0.83 0.13
HSL 14.02º 0.73% 0.51% -
HSV(B) 14.02º 0.83% 0.87% -
XYZ 33.02 21.24 4.11 -
YUV 117.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 221 80 37 0 0.64 0.83 0.13 14.02 0.73 0.51
Hex DD 50 25 0 40 53 D E 49 33
Octal 335 120 45 0 100 123 15 16 111 63
Binary 11011101 1010000 100101 0 1000000 1010011 1101 1110 1001001 110011

Color Harmonies of #DD5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5025

Black with #DD5025

Text Example


Text Example

White with #DD5025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5025; }

 p { color: rgb(221,80,37); }

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

background-color css

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

 a { background-color: rgb(221,80,37); }

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

border-color css

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

 span { border-color: rgb(221,80,37); }

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