Html Css Color HEX #D05625 Chilean Fire

📋 copy color: '#D05625'

red 208 ◦ green 86 ◦ blue 37

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

Shades of Chilean Fire #D05625

Tints of Chilean Fire #D05625

RGB

 RED value IS 208 (81.64% from 255) = 62.84%

 GREEN value IS 86 (33.98% from 255) = 25.98%

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

R = 62.84%
G = 25.98%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D05625 (or 0xD05625) is known color: Chilean Fire. HEX triplet: D0, 56 and 25. RGB value is (208,86,37). Sum of RGB (Red+Green+Blue) = 208+86+37=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D05625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05625 is #2FA9DA. Grayscale: #757575. Windows color (decimal): -3123675 or 2447056. OLE color: 2447056.

HSL color Cylindrical-coordinate representation of color #D05625: hue angle of 17.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D05625 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 86 37 -
CMYK 0 0.59 0.82 0.18
HSL 17.19º 0.7% 0.48% -
HSV(B) 17.19º 0.82% 0.82% -
XYZ 29.67 20.2 4.09 -
YUV 116.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 208 86 37 0 0.59 0.82 0.18 17.19 0.7 0.48
Hex D0 56 25 0 3B 52 12 11 46 30
Octal 320 126 45 0 73 122 22 21 106 60
Binary 11010000 1010110 100101 0 111011 1010010 10010 10001 1000110 110000

Color Harmonies of #D05625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05625

Black with #D05625

Text Example


Text Example

White with #D05625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05625; }

 p { color: rgb(208,86,37); }

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

background-color css

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

 a { background-color: rgb(208,86,37); }

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

border-color css

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

 span { border-color: rgb(208,86,37); }

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