Html Css Color HEX #D05D25 Chilean Fire

📋 copy color: '#D05D25'

red 208 ◦ green 93 ◦ blue 37

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

Shades of Chilean Fire #D05D25

Tints of Chilean Fire #D05D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 61.54%
G = 27.51%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D05D25 (or 0xD05D25) is known color: Chilean Fire. HEX triplet: D0, 5D and 25. RGB value is (208,93,37). Sum of RGB (Red+Green+Blue) = 208+93+37=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D25 is #2FA2DA. Grayscale: #797979. Windows color (decimal): -3121883 or 2448848. OLE color: 2448848.

HSL color Cylindrical-coordinate representation of color #D05D25: hue angle of 19.65º 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 #D05D25 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 93 37 -
CMYK 0 0.55 0.82 0.18
HSL 19.65º 0.7% 0.48% -
HSV(B) 19.65º 0.82% 0.82% -
XYZ 30.26 21.37 4.28 -
YUV 121 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 208 93 37 0 0.55 0.82 0.18 19.65 0.7 0.48
Hex D0 5D 25 0 37 52 12 14 46 30
Octal 320 135 45 0 67 122 22 24 106 60
Binary 11010000 1011101 100101 0 110111 1010010 10010 10100 1000110 110000

Color Harmonies of #D05D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05D25

Black with #D05D25

Text Example


Text Example

White with #D05D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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